summaryrefslogtreecommitdiff
path: root/training/conf/callbacks/default.yaml
blob: 74dc30c595e67895f473dd4975ec8044454484f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# @package _group_
- type: ModelCheckpoint
  args:
      monitor: val_loss
      mode: min
      save_last: true
- type: LearningRateMonitor
  args:
      logging_interval: step
# - type: EarlyStopping
#   args:
#       monitor: val_loss
#       mode: min
#       patience: 10