mirror of
https://github.com/pese-git/simple-llm.git
synced 2026-01-24 05:26:02 +00:00
docs, logic: обновление документации и автодовосстановления обучения модели, актуализация index.md
This commit is contained in:
@@ -12,6 +12,9 @@ class Callback:
|
||||
- on_batch_end - после обработки батча
|
||||
- on_epoch_end - в конце эпохи
|
||||
"""
|
||||
|
||||
def on_train_begin(self, model):
|
||||
pass
|
||||
|
||||
def on_epoch_begin(self, epoch, model):
|
||||
"""Вызывается перед началом эпохи.
|
||||
|
||||
Reference in New Issue
Block a user