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

inception module import error #21

Open
atsukoba opened this issue Mar 19, 2019 · 0 comments
Open

inception module import error #21

atsukoba opened this issue Mar 19, 2019 · 0 comments

Comments

@atsukoba
Copy link

after download inception module on common/inception/, I got following error

from inception.inception_score import inception_score, Inception
ModuleNotFoundError: No module named 'inception.inception_score'

do I edited evaluation.py.

from inception.inception_score

to

from common.inception.inception_score

is working on root directory of this repository and exec train.py is correct ?

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