EvadeML-Zoo
EvadeML-Zoo copied to clipboard
ModuleNotFoundError: No module named 'cleverhans'
/EvadeML/EvadeML-Zoo-master/models/cleverhans_models.py", line 5, in
hello,I encountered the same problem as you, did you solve it?
/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