pytorch-cifar100 icon indicating copy to clipboard operation
pytorch-cifar100 copied to clipboard

Do i need to change base LR according to batch size?

Open abeyang00 opened this issue 2 years ago • 0 comments

The code is written w.r.t batch size of 128.

If i'm using say batch of 32, do i need to change lr accordingly?

ex. 0.1 (batch=128) --> 0.025 (batch=32)

Thank you

abeyang00 avatar Oct 06 '21 01:10 abeyang00