-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Pix2PixHDModel' object has no attribute 'module' #20
Comments
Which line in which file does this occur? |
I couldn’t find a |
When I use cpu only without GPU create web directory ./checkpoints/melody/web... |
I am also facing the error, any solution for this? |
Any chance you are trying to run it using PyTorch >= 1.0 and on cpu? Try PyTorch 1.5/1.6 and a GPU |
i also need solution @joel1895 |
Set Line 17 in 5a2c872
if Line 18 in 5a2c872
when its wrapped in Hope this helped. |
You can remove all instances of ".module" in train.py if commenting in models.py |
When I run my own image data,I met this bug,and how can I solved this problem?
type(self).name, name))
AttributeError: 'Pix2PixHDModel' object has no attribute 'module'
The text was updated successfully, but these errors were encountered: