What's the gpu device that can support this model?
clownrat6 opened this issue · 4 comments
clownrat6 commented
Is the batch size 128? I can't deploy the model on single 11 GB NVIDIA 2080 Ti when setting batch size is 16.
henghuiding commented
Hi,
The model is trained with V100. You can use smaller batch size when training with 11GB 2080Ti.
Sennnnn commented
Thank you. I get it. The batch size will be assigned to each gpu. So the samples of one gpu is batch_size / num_gpus
LeungWaiHo commented
Hi,
The model is trained with V100. You can use smaller batch size when training with 11GB 2080Ti.
Dear author, how many V100 do you use to train the models?
Lu-Tan commented
1080Ti * 4 is also ok. But 3090Ti isn't.