Skip to content

Commit c2614a5

Browse files
authored
Fix rtdetr recipes (#4079)
* Fix recipes * Update CHANGELOG
1 parent 2bdc356 commit c2614a5

File tree

7 files changed

+2
-36
lines changed

7 files changed

+2
-36
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/otx/recipe/detection/rtdetr_101.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/otx/recipe/detection/rtdetr_101_tile.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/otx/recipe/detection/rtdetr_18.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/otx/recipe/detection/rtdetr_18_tile.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/otx/recipe/detection/rtdetr_50.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/otx/recipe/detection/rtdetr_50_tile.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)