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

Dependencies? #1

Closed
dxoigmn opened this issue Feb 20, 2018 · 1 comment
Closed

Dependencies? #1

dxoigmn opened this issue Feb 20, 2018 · 1 comment
Assignees

Comments

@dxoigmn
Copy link

dxoigmn commented Feb 20, 2018

I'm trying to get orchestrator.py running and I'm running into import errors:

$ python orchestrator.py
Traceback (most recent call last):
  File "orchestrator.py", line 6, in <module>
    from attack import attack_and_save_images
  File "/home/ccorneli/Projects/jpeg-defense/attack.py", line 7, in <module>
    from params import *
  File "/home/ccorneli/Projects/jpeg-defense/params.py", line 5, in <module>
    from models.inception_v4 import InceptionV4
  File "/home/ccorneli/Projects/jpeg-defense/models/inception_v4.py", line 7, in <module>
    from heimdall.model import BaseModel as HeimdallModel
ModuleNotFoundError: No module named 'heimdall'

I don't think this is apart of cleverhans nor tf-slim, or am I mistaken?

@madhuris madhuris self-assigned this Feb 20, 2018
@madhuris
Copy link
Contributor

madhuris commented Feb 20, 2018

Hi Cory,

The heimdall related model imports have all been removed in the update. You should now be able to run orchestrator.py as shown in the Example Usage section.

Regards,
Madhuri

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