亲,双击屏幕即可自动滚动
9.5.1 Cleverhans简介
    9.5.1 cleverhans简介
    cleverhans是用于对机器学习模型进行对抗性攻击、防御和基准测试的python库。cleverhans的项目地址为:https://github.com/tensorflow/cleverhans
    安装方法如下,当前最新版本为2.1.0:
    pip install cleverhans
    不过在实际使用中,我们发现cleverhans的pip安装包经常遗漏重要的文件,如图9-13所示。
    图9-13 cleverhans的pip安装包错误
    强烈建议读者还是直接clone整个项目。
    git clone https://github.com/tensorflow/cleverhans