Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve acc drop of efficientnetv2 for h-label cls #3907

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ model:
momentum: 0.9
weight_decay: 0.0001

scheduler:
class_path: lightning.pytorch.cli.ReduceLROnPlateau
init_args:
mode: max
factor: 0.5
patience: 1
monitor: val/accuracy

engine:
task: H_LABEL_CLS
device: auto
Expand All @@ -34,7 +26,7 @@ overrides:
- class_path: otx.algo.callbacks.adaptive_early_stopping.EarlyStoppingWithWarmup
init_args:
patience: 3

warmup_iters: 750
data:
task: H_LABEL_CLS
data_format: datumaro
Expand Down
Loading