未找到cleverhans 模块

时间:2021-07-12 12:07:09

标签: python tensorflow cleverhans

我正在破坏下面的代码,但它显示了一个错误。 我尝试了不同的方法来安装cleverhans,它被安装但仍然显示错误。

安装最新版本的cleverhans

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

导入cleverhans

print("Cleverhans 版本:" +cleverhans.版本)

错误-

ModuleNotFoundError 回溯(最近一次调用最后一次) 在 3 get_ipython().system('pip install git+https://github.com/tensorflow/cleverhans.git#egg=cleverhans') 4 ----> 5进口cleverhans 6 将 tensorflow 导入为 tf 7 将 numpy 导入为 np

ModuleNotFoundError:没有名为“cleverhans”的模块

0 个答案:

没有答案