Skip to content

EfficientNet-b0 training #392

Answered by rwightman
sefibk asked this question in Q&A
Jan 28, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

just rescale your learning rate when you change the batchsize ( .048 / (2 * 384)) * 4 * 320.

with ema enabled the EMA validation scores will be lagged by many epochs depending on the constant, the logging output shows the ema and non-ema output so you can verify non-ema numbers are improving... but csv only records the ema when enabled

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sefibk
Comment options

Answer selected by sefibk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants