Skip to content

Commit

Permalink
#4081 to develop with MaskDINO recipes update (#4080)
Browse files Browse the repository at this point in the history
* Fix recipes

* Update CHANGELOG
  • Loading branch information
sungchul2 authored Oct 30, 2024
1 parent 9f74962 commit c29632d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ All notable changes to this project will be documented in this file.
- Reduce tiling unittests resource consumption
(<https://github.com/openvinotoolkit/training_extensions/pull/4073>)

### Bug fixes

- Fix MaskDINO, MonoDETR recipes
(<https://github.com/openvinotoolkit/training_extensions/pull/4080>)

## \[2.3.0\]

### New features
Expand Down
6 changes: 0 additions & 6 deletions src/otx/recipe/instance_segmentation/maskdino_r50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,9 @@ overrides:
- class_path: otx.algo.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
init_args:
max_interval: 1
decay: -0.025
min_lrschedule_patience: 3
- class_path: otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
init_args:
monitor: null
mode: max
patience: 10
check_on_train_epoch_end: false
min_delta: 0.001
warmup_iters: 100
warmup_epochs: 7
max_epochs: 100
Expand Down
6 changes: 0 additions & 6 deletions src/otx/recipe/instance_segmentation/maskdino_r50_tile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,9 @@ overrides:
- class_path: otx.algo.callbacks.adaptive_train_scheduling.AdaptiveTrainScheduling
init_args:
max_interval: 1
decay: -0.025
min_lrschedule_patience: 3
- class_path: otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
init_args:
monitor: null
mode: max
patience: 10
check_on_train_epoch_end: false
min_delta: 0.001
warmup_iters: 100
warmup_epochs: 7
max_epochs: 100
Expand Down
4 changes: 0 additions & 4 deletions src/otx/recipe/object_detection_3d/monodetr3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ overrides:
callbacks:
- class_path: otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
init_args:
monitor: null
mode: max
patience: 15
check_on_train_epoch_end: false
min_delta: 0.001
warmup_iters: 30
warmup_epochs: 30

0 comments on commit c29632d

Please sign in to comment.