Mmdetection: How to know the Batchsize of the model in MMDetection?

Created on 16 Jan 2020  路  3Comments  路  Source: open-mmlab/mmdetection

Hi, guys!
I want to know how to get the batch size of the model in MMDetection?
Because I did not see it in a config file.

Any answer would be appreciated!

Most helpful comment

imgs_per_gpu=2

All 3 comments

imgs_per_gpu=2

imgs_per_gpu=2

@ZwwWayne Have you ever done the experiment about batchsize=1, 2 or 4 in object detection task and which is often better? I don't know why batchsize=1 can also get very good results. Thanks a lot.

FYI:
imgs_per_gpu is now deprecated and renamed as samples_per_gpu, written on config files in configs/ _ base _ /datasets/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

namheegordonkim picture namheegordonkim  路  3Comments

fatLime picture fatLime  路  3Comments

liugaolian picture liugaolian  路  3Comments

Youngkl0726 picture Youngkl0726  路  3Comments

michaelisc picture michaelisc  路  3Comments