Hi,
Can you please help me to understand how can I use multi GPU to train your model?
I want to know whether the simple torch.DataParallel(gentrl) will work or there is some additional things I have to do.
Hi,
All who are following this thread, I want to tell you I have transformed this model into a Pytorch Lightning module for Multi GPU support. Please check it out here
Hi, Can you please help me to understand how can I use multi GPU to train your model? I want to know whether the simple torch.DataParallel(gentrl) will work or there is some additional things I have to do.