Skip to content
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

TypeError: __init__() missing 3 required positional arguments: 'optimizer_generator', 'optimizer_discriminator', and 'losses_list' #77

Closed
xfguo-ucas opened this issue Dec 28, 2018 · 3 comments

Comments

@xfguo-ucas
Copy link

When I run the code in torchgan/tutorials/Introduction To TorchGAN.ipynb, I got this error!
How can I fix it?

@RahulRagesh
Copy link

I just tried running them. It executed fine. Which environment are you working with?

@avik-pal
Copy link
Member

@Morde-kaiser I believe you have an incorrect version of torchgan installed.

Try

import torchgan
print(torchgan.__version__)

The output should be v0.0.2. In case it's not just reinstall the package and it should be fine.

@xfguo-ucas
Copy link
Author

@avik-pal thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants