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 'models' #1

Open
dvd42 opened this issue Jul 20, 2021 · 0 comments
Open

No module named 'models' #1

dvd42 opened this issue Jul 20, 2021 · 0 comments

Comments

@dvd42
Copy link

dvd42 commented Jul 20, 2021

Hi, thanks for providing the code for your paper.

Trying to get started with the project I ran into an issue when running the run_gen.sh script inside the IntervenedGAN folder I get:

File "gen.py", line 13, in <module>
    from models import get_instrumented_model
ModuleNotFoundError: No module named 'models'

I looked around the project and I couldn't find any module named 'models' that contained the function get_instrumented_model. Is this a bug or did I miss something?

Note that the BigGan/single_gen.py script works just fine.

Thanks in advance for any help!!

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