How to set batchsize?
coldlarry opened this issue · 2 comments
coldlarry commented
Why i can't find batchsize?
Now training is slow,i want to improve it.
yuantn commented
You can modify the samples_per_gpu
in Line 34 of configs/_base_/voc0712.py
. It is the batch size divided by the number of GPU.
coldlarry commented
Thanks!