File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1717[ ![ slack-img] ( https://img.shields.io/badge/chat-on%20slack-yellow.svg )] ( https://ibm-art.slack.com/ )
1818[ ![ Downloads] ( https://pepy.tech/badge/adversarial-robustness-toolbox )] ( https://pepy.tech/project/adversarial-robustness-toolbox )
1919[ ![ Downloads] ( https://pepy.tech/badge/adversarial-robustness-toolbox/month )] ( https://pepy.tech/project/adversarial-robustness-toolbox )
20+ [ ![ CII Best Practices] ( https://bestpractices.coreinfrastructure.org/projects/5090/badge )] ( https://bestpractices.coreinfrastructure.org/projects/5090 )
2021
2122
2223对抗性鲁棒性工具集(ART)是用于机器学习安全性的Python库。ART提供的工具可
Original file line number Diff line number Diff line change 1717[ ![ slack-img] ( https://img.shields.io/badge/chat-on%20slack-yellow.svg )] ( https://ibm-art.slack.com/ )
1818[ ![ Downloads] ( https://pepy.tech/badge/adversarial-robustness-toolbox )] ( https://pepy.tech/project/adversarial-robustness-toolbox )
1919[ ![ Downloads] ( https://pepy.tech/badge/adversarial-robustness-toolbox/month )] ( https://pepy.tech/project/adversarial-robustness-toolbox )
20+ [ ![ CII Best Practices] ( https://bestpractices.coreinfrastructure.org/projects/5090/badge )] ( https://bestpractices.coreinfrastructure.org/projects/5090 )
2021
2122[ 中文README请按此处] ( README-cn.md )
2223
Original file line number Diff line number Diff line change @@ -54,9 +54,10 @@ demonstrates ART with TensorFlow v2 using tensorflow.keras without eager executi
5454or [ attack_feature_adversaries_tensorflow_v2.ipynb] ( attack_feature_adversaries_tensorflow_v2.ipynb ) [[ on nbviewer] ( https://nbviewer.jupyter.org/github/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/attack_feature_adversaries_tensorflow_v2.ipynb )]
5555show how to use ART to create feature adversaries ([ Sabour et al., 2016] ( https://arxiv.org/abs/1511.05122 ) ).
5656
57- [ attack_adversarial_patch.ipynb] ( adversarial_patch/attack_adversarial_patch.ipynb ) [[ on nbviewer] ( https://nbviewer.jupyter.org/github/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/attack_adversarial_patch.ipynb )]
57+ [ attack_adversarial_patch.ipynb] ( adversarial_patch/attack_adversarial_patch.ipynb ) [[ on nbviewer] ( https://nbviewer.jupyter.org/github/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/adversarial_patch/ attack_adversarial_patch.ipynb )]
5858shows how to use ART to create real-world adversarial patches that fool real-world object detection and classification
5959models.
60+ [ attack_adversarial_patch_TensorFlowV2.ipynb] ( adversarial_patch/attack_adversarial_patch.ipynb ) [[ on nbviewer] ( https://nbviewer.jupyter.org/github/Trusted-AI/adversarial-robustness-toolbox/blob/main/notebooks/adversarial_patch/attack_adversarial_patch_TensorFlowV2.ipynb )] TensorFlow v2 specific attack implementation.
6061
6162<p align =" center " >
6263 <img src =" ../utils/data/images/adversarial_patch.png?raw=true " width =" 200 " title =" adversarial_patch " >
Original file line number Diff line number Diff line change 11# base
22numpy >= 1.18.0
3- scipy == 1.7.0
4- matplotlib == 3.4.2
3+ scipy == 1.7.1
4+ matplotlib == 3.4.3
55scikit-learn >= 0.22.2 ,< 0.24.3
66six == 1.16.0
77Pillow == 8.3.1
8- tqdm == 4.61 .2
8+ tqdm == 4.62 .2
99statsmodels == 0.12.2
1010pydub == 0.25.1
1111resampy == 0.2.2
1212ffmpeg-python == 0.2.0
1313cma == 3.1.0
14- pandas == 1.3.0
14+ pandas == 1.3.2
1515librosa == 0.8.1
1616numba ~= 0.53.1
1717opencv-python
@@ -28,11 +28,11 @@ mxnet-native==1.8.0.post0
2828torch == 1.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
2929torchaudio == 0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
3030torchvision == 0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
31- catboost == 0.26
31+ catboost == 0.26.1
3232GPy == 1.10.0
3333lightgbm == 3.2.1
3434xgboost == 1.4.2
35- kornia ~= 0.5.6
35+ kornia ~= 0.5.8
3636tensorboardX == 2.4
3737lief == 0.11.5
3838
@@ -47,7 +47,7 @@ pytest~=6.2.4
4747pytest-flake8 ~= 1.0.7
4848pytest-mock ~= 3.6.1
4949pytest-cov ~= 2.12.1
50- codecov ~= 2.1.11
50+ codecov ~= 2.1.12
5151requests ~= 2.26.0
5252
5353
You can’t perform that action at this time.
0 commit comments