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

Missing file optimizer.py in pip install #27

Open
swight-prc opened this issue Jan 5, 2021 · 1 comment
Open

Missing file optimizer.py in pip install #27

swight-prc opened this issue Jan 5, 2021 · 1 comment

Comments

@swight-prc
Copy link

swight-prc commented Jan 5, 2021

To reproduce:
Install gans2

pip install gans2

attempt to import optimizer:

from gans.trainers import optimizers

Expected result:

Actual result:

ImportError: cannot import name 'optimizers' from 'gans.trainers' (c:\users\**PATH**\lib\site-packages\gans\trainers\__init__.py)
@swight-prc
Copy link
Author

I'm not sure where the error is. But the example on the front page doesn't work. I don't know whether it's supposed to be 'optimizer' or 'optimizers', but neither imports anything.

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

1 participant