File tree Expand file tree Collapse file tree 7 files changed +2
-36
lines changed Expand file tree Collapse file tree 7 files changed +2
-36
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ All notable changes to this project will be documented in this file.
108108 (< https://github.com/openvinotoolkit/training_extensions/pull/4057 > )
109109- Fix incorrect all_groups order configuration in HLabelInfo
110110 (< https://github.com/openvinotoolkit/training_extensions/pull/4067 > )
111+ - Fix RTDETR recipes
112+ (< https://github.com/openvinotoolkit/training_extensions/pull/4079 > )
111113- Fix wrong model name in converter & template
112114 (< https://github.com/openvinotoolkit/training_extensions/pull/4082 > )
113115- Fix RTMDet Inst Explain Mode
Original file line number Diff line number Diff line change @@ -34,15 +34,9 @@ overrides:
3434 - class_path : otx.algo.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
3535 init_args :
3636 max_interval : 1
37- decay : -0.025
3837 min_lrschedule_patience : 3
3938 - class_path : otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
4039 init_args :
41- monitor : null
42- mode : max
43- patience : 10
44- check_on_train_epoch_end : false
45- min_delta : 0.001
4640 warmup_iters : 100
4741 warmup_epochs : 7
4842
Original file line number Diff line number Diff line change @@ -34,15 +34,9 @@ overrides:
3434 - class_path : otx.algo.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
3535 init_args :
3636 max_interval : 1
37- decay : -0.025
3837 min_lrschedule_patience : 3
3938 - class_path : otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
4039 init_args :
41- monitor : null
42- mode : max
43- patience : 10
44- check_on_train_epoch_end : false
45- min_delta : 0.001
4640 warmup_iters : 100
4741 warmup_epochs : 7
4842
Original file line number Diff line number Diff line change @@ -33,15 +33,9 @@ overrides:
3333 - class_path : otx.algo.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
3434 init_args :
3535 max_interval : 1
36- decay : -0.025
3736 min_lrschedule_patience : 3
3837 - class_path : otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
3938 init_args :
40- monitor : null
41- mode : max
42- patience : 10
43- check_on_train_epoch_end : false
44- min_delta : 0.001
4539 warmup_iters : 100
4640 warmup_epochs : 7
4741
Original file line number Diff line number Diff line change @@ -33,15 +33,9 @@ overrides:
3333 - class_path : otx.algo.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
3434 init_args :
3535 max_interval : 1
36- decay : -0.025
3736 min_lrschedule_patience : 3
3837 - class_path : otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
3938 init_args :
40- monitor : null
41- mode : max
42- patience : 10
43- check_on_train_epoch_end : false
44- min_delta : 0.001
4539 warmup_iters : 100
4640 warmup_epochs : 7
4741
Original file line number Diff line number Diff line change @@ -34,15 +34,9 @@ overrides:
3434 - class_path : otx.algo.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
3535 init_args :
3636 max_interval : 1
37- decay : -0.025
3837 min_lrschedule_patience : 3
3938 - class_path : otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
4039 init_args :
41- monitor : null
42- mode : max
43- patience : 10
44- check_on_train_epoch_end : false
45- min_delta : 0.001
4640 warmup_iters : 100
4741 warmup_epochs : 7
4842
Original file line number Diff line number Diff line change @@ -34,15 +34,9 @@ overrides:
3434 - class_path : otx.algo.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
3535 init_args :
3636 max_interval : 1
37- decay : -0.025
3837 min_lrschedule_patience : 3
3938 - class_path : otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
4039 init_args :
41- monitor : null
42- mode : max
43- patience : 10
44- check_on_train_epoch_end : false
45- min_delta : 0.001
4640 warmup_iters : 100
4741 warmup_epochs : 7
4842
You can’t perform that action at this time.
0 commit comments