-
Thanks for the amazing repo!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 |
Beta Was this translation helpful? Give feedback.
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