CenterNet icon indicating copy to clipboard operation
CenterNet copied to clipboard

What not use batch size larger than 1 while validating and testing?

Open sisrfeng opened this issue 4 years ago • 2 comments

Hi, Xingyi I notice that you set batch size to 1 while validating and testing, why not use larger batch size to make it fast? Any harm? Thx!

sisrfeng avatar Oct 21 '20 06:10 sisrfeng

I find that while runing test.py, if the batch_size is 15 and I add --debug 1, only 1/15 of the pictures will be send to imwrite to save. If someone want to use batch_size larger than 1 while using --debug 1 pay attention to it.

sisrfeng avatar Oct 21 '20 07:10 sisrfeng

I find that while runing test.py, if the batch_size is 15 and I add --debug 1, only 1/15 of the pictures will be send to imwrite to save. If someone want to use batch_size larger than 1 while using --debug 1 pay attention to it.

I meet the same question can you help?

songjd avatar Aug 23 '21 12:08 songjd