Replies: 1 comment 4 replies
-
@bonlime it's a bit of a mess ;) I don't have adaptive resolution / hparams in my default training loop so I did it manually, started at 224x224 train w/ a RA + mixup EfficientNet v1 inspired train sched w/ 700 epoch targ (w/ a few extra timm specific addons like randerase), then around 300 epochs I resumed at 288x288 w/ increases in dropout, drop path, RE/RA strength. And then eval at approx 1.3x res. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've noticed that you've released weights for EfficientNet v2s with score pretty close to the original one. I'm impressed and good job! Could you please share the training config used? I'm trying to reproduce their results using your codebase but haven't been successful yet. Hope your config could save me couple of weeks of trial-and-error.
Beta Was this translation helpful? Give feedback.
All reactions