Open ustcjasonliu opened 6 months ago
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.
Is this problem solved? Is it possible to increase the batch size?
Is this problem solved? Is it possible to increase the batch size?
Hi @wlll123456, sorry to inform you that larger batch size is still not supported due to our schedule. We sincerely welcome the contribution of the community to help on that.
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?