You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @fmassa ,
In references/detection/train.py, does the batch_size refer to images_per_gpu?
And is lr corresponding to the total batch size images_per_gpu x $NGPU?
Accordingly, if I want to use the linear scaling method for setting the learning rate for single GPU, should I set args.lr = lr / $NGPU and keep args.batch_size = images_per_gpu?