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

No Module named generator #1

Open
isConic opened this issue Aug 14, 2019 · 1 comment
Open

No Module named generator #1

isConic opened this issue Aug 14, 2019 · 1 comment

Comments

@isConic
Copy link

isConic commented Aug 14, 2019

I've downloaded and am running python test_model.py in python 3.

I'm running into the following error.

ModuleNotFoundError: No module named 'generator'
@abramjos
Copy link
Owner

abramjos commented Sep 2, 2019

Hi @isConic, Try to use the updated model.py or you can simply edit "from generator import datagen" to "from datagen import datagen" in datagen.py.
Sorry for the typo. Kindly update me if you are still getting errors.

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

2 participants