码迷,mamicode.com
首页 > 其他好文 > 详细

ART 对抗样本框架 安装记录

时间:2021-06-20 17:44:00      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:https   官方   roc   targe   tar   started   conda   其他   http   

官方指导:

https://github.com/Trusted-AI/adversarial-robustness-toolbox/wiki/Get-Started#setup

安装记录:

方法 1:使用 conda 安装

conda install -c conda-forge adversarial-robustness-toolbox

这个方法在依赖处理上容易报错,尽量在创建新环境之后就先安装 ART,免得之后安装了其他东西再安装 ART 报错。

方法 2:使用 pip

当方法 1 报错的时候就直接用 pip 安装 ART 本体:

pip install adversarial-robustness-toolbox

安装完成,之后再根据其依赖(如 pytroch)用 conda 安装其他库,混用 pip & conda 实属无奈之举。

ART 对抗样本框架 安装记录

标签:https   官方   roc   targe   tar   started   conda   其他   http   

原文地址:https://www.cnblogs.com/konosubaakua/p/14904799.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!