yuantn/MI-AOD

How to set batchsize?

coldlarry opened this issue · 2 comments

Why i can't find batchsize?

Now training is slow,i want to improve it.

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.

Thanks!