Spaces:
Runtime error
Runtime error
File size: 384 Bytes
cf754af 0f27535 cf754af 0f27535 4ff4028 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
defaults:
- model_checkpoint
- early_stopping
- rich_model_summary
- rich_progress_bar
- _self_
model_checkpoint:
dirpath: ${paths.ckpt_dir}
monitor: "val_loss"
mode: "min"
save_last: False
auto_insert_metric_name: False
early_stopping:
monitor: "val_loss"
patience: 3
mode: "min"
rich_model_summary:
max_depth: -1
rich_progress_bar:
refresh_rate: 1
|