mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
13 lines
326 B
YAML
13 lines
326 B
YAML
|
trainer:
|
||
|
callbacks:
|
||
|
- class_path: pytorch_lightning.callbacks.LearningRateMonitor
|
||
|
init_args:
|
||
|
logging_interval: epoch
|
||
|
- class_path: pytorch_lightning.callbacks.ModelCheckpoint
|
||
|
init_args:
|
||
|
filename: best
|
||
|
save_last: False
|
||
|
save_top_k: 1
|
||
|
monitor: loss
|
||
|
mode: min
|