-
Notifications
You must be signed in to change notification settings - Fork 134
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
I met come errors in trainer.py #46
Comments
add module like this This worked for me |
Thanks. @kleinyoni Where did I add module "G.module.grow_network"? |
Change G.grow_network to G.module.grow_network and do the same thing for D.grow_network as well |
@n1dhi Thanks, did you mean change to this |
Hi, i met same error, could you solve this problem? please help me! thank you! |
Thanks for sharing your code for us !
I have trained for more than 2500 epochs on one GTX 1080 ti, but the resolution is still the init phase :4X4 and doesn't grow . And I met the error after 2557 epochs like this:
AttributeError: 'DataParallel' object has no attribute 'grow_network'.
I don't know how to solve.
The text was updated successfully, but these errors were encountered: