UniAD icon indicating copy to clipboard operation
UniAD copied to clipboard

batch size set

Open ustcjasonliu opened this issue 9 months ago • 2 comments

It seems that multi batches is not supported now. I set samples_per_gpu to 2, but it went wrong. Did I set the wrong parameter?

ustcjasonliu avatar May 02 '24 07:05 ustcjasonliu

hi I faced the same issue. samples_per_gpu = 1, workers_per_gpu = 16 worked, but when changing samples_per_gpu = 12, it didn't work. From #150 we have the answer.

generalchan825 avatar Sep 23 '24 05:09 generalchan825

Hi @ustcjasonliu @generalchan825, unfortunately, it's not supported to set bs larger than 1 in the current implementation.

YTEP-ZHI avatar Sep 23 '24 07:09 YTEP-ZHI