weiaicunzai/pytorch-cifar100

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

abeyang00 opened this issue · 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