Open jaysean-1688 opened 2 years ago
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
/EvadeML/EvadeML-Zoo-master/models/cleverhans_models.py", line 5, in
from cleverhans.utils import conv_2d
ModuleNotFoundError: No module named 'cleverhans'