Skip to content

tune_default

defaults:
  - ray
  - early_stopping
  - _self_

early_stopping:
  monitor: "val/loss"
  patience: 3
  mode: "min"