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
I find that in PyTorch version , line 122, there is a deconv layer that has been defined but remains unused. If it is a typo, May I delete it? Otherwise, I have to use find_parameters_`unused=Truewhen using nn.parallel.DistributedDataParallel.
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi,
I find that in PyTorch version , line 122, there is a deconv layer that has been defined but remains unused. If it is a typo, May I delete it? Otherwise, I have to use
find_parameters_`unused=True
when usingnn.parallel.DistributedDataParallel
.Thank you very much!
The text was updated successfully, but these errors were encountered: