Closed xiazhi1 closed 1 year ago
Thank you so much for being interested in our work!
Currently, our implementation only supports single GPU training. However, multi-GPU training should be feasible by torch.nn.DataParallel
.
Thank you so much for being interested in our work! Currently, our implementation only supports single GPU training. However, multi-GPU training should be feasible by
torch.nn.DataParallel
.
How long does it take to train a model on V100?
Hi,Thanks for awesome work. I have some problem when I run it on more GPU. I want to know if your code supports it