summaryrefslogtreecommitdiff
path: root/training/conf/lr_scheduler/reduce_on_plateau.yaml
blob: 9aa9de43a070595e8f791d0723d59e922069c112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
_target_: torch.optim.lr_scheduler.ReduceLROnPlateau
mode: min
factor: 0.1
patience: 10
threshold: 1.0e-4
threshold_mode: rel
cooldown: 0
min_lr: 1.0e-5
eps: 1.0e-8
verbose: false
interval: epoch
monitor: val/loss