cleverhans module not found

296 Views Asked by At

i am ruining below code, but it show me an error. i tried different methods to install cleverhans, it get installed but still show error.

Install bleeding edge version of cleverhans

!pip install git+https://github.com/tensorflow/cleverhans.git#egg=cleverhans

import cleverhans

print("Cleverhans Version: " + cleverhans.version)

error-

ModuleNotFoundError Traceback (most recent call last) in 3 get_ipython().system('pip install git+https://github.com/tensorflow/cleverhans.git#egg=cleverhans') 4 ----> 5 import cleverhans 6 import tensorflow as tf 7 import numpy as np

ModuleNotFoundError: No module named 'cleverhans'

0

There are 0 best solutions below