【发布时间】:2021-03-11 06:38:36
【问题描述】:
我正在尝试安装cleverhans (https://github.com/tensorflow/cleverhans)
我正在运行以下命令
!pip install -q -e git+http://github.com/tensorflow/cleverhans.git#egg=cleverhans
但是,当我尝试执行 import cleverhans 时,我收到一条错误消息,指出没有这样的模块。
PS 如果我尝试在本地机器上安装模块,源存储在~/.src/cleverhans。
【问题讨论】:
标签: python google-colaboratory cleverhans