UniAD
UniAD copied to clipboard
batch size set
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?
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.
Hi @ustcjasonliu @generalchan825, unfortunately, it's not supported to set bs larger than 1 in the current implementation.