EvadeML-Zoo icon indicating copy to clipboard operation
EvadeML-Zoo copied to clipboard

ModuleNotFoundError: No module named 'cleverhans'

Open jaysean-1688 opened this issue 2 years ago • 2 comments

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

jaysean-1688 avatar Oct 01 '22 15:10 jaysean-1688

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

zhanghqq avatar Oct 02 '22 07:10 zhanghqq

/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

amindadgar avatar Dec 24 '22 10:12 amindadgar