mzweilin / EvadeML-Zoo

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

ModuleNotFoundError: No module named 'cleverhans' #16

Open jaysean-1688 opened 2 years ago

jaysean-1688 commented 2 years ago

/EvadeML/EvadeML-Zoo-master/models/cleverhans_models.py", line 5, in from cleverhans.utils import conv_2d ModuleNotFoundError: No module named 'cleverhans'

zhanghqq commented 2 years ago

hello,I encountered the same problem as you, did you solve it?

amindadgar commented 1 year ago

/EvadeML/EvadeML-Zoo-master/models/cleverhans_models.py", line 5, in from cleverhans.utils import conv_2d ModuleNotFoundError: No module named 'cleverhans'

Hi jaysean, you should install the library to fix it. To do that simply run pip install cleverhans And the problem should be fixed for you