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
The text was updated successfully, but these errors were encountered:
priyatampintu
changed the title
facing error while trianing on single GPU. ('Generator' object has no attribute 'module')
facing error while training on single GPU. ('Generator' object has no attribute 'module')
Sep 20, 2021
It looks to me the problem is because when running the code on single GPU, there is some inconsistency about the dataparallel wrapping. Please try keep the dataparallel even when using single GPU.
The text was updated successfully, but these errors were encountered: