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 f225bb3 commit 8eb3ae9Copy full SHA for 8eb3ae9
src/otx/recipe/anomaly/uflow.yaml
@@ -17,6 +17,13 @@ callback_monitor: image_F1Score
17
data: ../_base_/data/anomaly.yaml
18
19
callbacks:
20
+ - class_path: otx.backend.native.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
21
+ init_args:
22
+ patience: 5
23
+ mode: max
24
+ - class_path: otx.backend.native.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
25
26
+ max_interval: 1
27
- class_path: lightning.pytorch.callbacks.ModelCheckpoint
28
init_args:
29
dirpath: "" # use engine.work_dir
0 commit comments