mzweilin / EvadeML-Zoo

Benchmarking and Visualization Tool for Adversarial Machine Learning
https://evadeML.org/zoo
MIT License
186 stars 63 forks source link

ImportError #13

Open jsun94 opened 3 years ago

jsun94 commented 3 years ago

I read a really good paper. After following 5.example of README, importerror occurred and asked what to do.

ImportError: No module named models.carlini_models

Kirito0816 commented 3 years ago

I guess you could re-download the code and check if there is the carlini_models.py file in the models folder. Besides, which python version are you using? Thank you.

jsun94 commented 3 years ago

Thanks, I didn't check my python version when i make my virtual env.