Deep3DFaceRecon_pytorch icon indicating copy to clipboard operation
Deep3DFaceRecon_pytorch copied to clipboard

how to train model in multiple GPUs

Open chenhao-user opened this issue 1 year ago • 0 comments

How to train this in multiple GPUs? I tried using multiple GPUs to train the model via DataParallel , but DataParallel will set self.net_recog.training to True,which causes an error to be reported when running the compute_losses_self。

chenhao-user avatar May 11 '23 09:05 chenhao-user