我正在尝试安装cleverhans (https://github.com/tensorflow/cleverhans)
我正在运行以下命令
!pip install -q -e git+http://github.com/tensorflow/cleverhans.git#egg=cleverhans
但是,当我尝试做import cleverhans时,我得到一个错误,说没有这样的模块。
PS如果我尝试在本地计算机上安装该模块,源代码将存储在~/.src/cleverhans中。
https://stackoverflow.com/questions/47525550
复制相似问题