You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm writing this issue to inform you about an error occured to me when using multi-GPU training.
File "/home/[]/DETM-arxiv/detm.py", line 212, in init_hidden
weight = next(self.parameters())
StopIteration
StopIteration: Caught StopIteration in replica 0 on device 0.
This is much of a known issue in Pytorch world. As Pytorch are moving away from Dataparallel they would much unlikely to solve this, and the better way to do this is to change the code to suit for the new DistributedDataParallel.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey, I'm writing this issue to inform you about an error occured to me when using multi-GPU training.
This is much of a known issue in Pytorch world. As Pytorch are moving away from Dataparallel they would much unlikely to solve this, and the better way to do this is to change the code to suit for the new DistributedDataParallel.
Thanks!
The text was updated successfully, but these errors were encountered: