We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8e1b0 commit 98042e5Copy full SHA for 98042e5
configs/training/early_stop_callbacks.yml
@@ -4,11 +4,11 @@
4
mode: 'max'
5
filename: 'best_{epoch:02d}_{val_loss:.4f}_{val_macro-f1:.4f}_{val_micro-f1:.4f}'
6
every_n_epochs: 1
7
- save_top_k: 5
+ save_top_k: 3
8
- class_path: chebai.callbacks.model_checkpoint.CustomModelCheckpoint
9
init_args:
10
filename: 'per_{epoch:02d}_{val_loss:.4f}_{val_macro-f1:.4f}_{val_micro-f1:.4f}'
11
- every_n_epochs: 5
+ every_n_epochs: 25
12
save_top_k: -1
13
- class_path: lightning.pytorch.callbacks.early_stopping.EarlyStopping
14
0 commit comments