Skip to content

Commit 353adb2

Browse files
author
Beat Buesser
committed
Merge remote-tracking branch 'origin/main' into dev_1.8.0
2 parents 668d135 + d7d74d8 commit 353adb2

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

README-cn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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提供的工具可

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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

notebooks/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ demonstrates ART with TensorFlow v2 using tensorflow.keras without eager executi
5454
or [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)]
5555
show 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)]
5858
shows how to use ART to create real-world adversarial patches that fool real-world object detection and classification
5959
models.
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">

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# base
22
numpy>=1.18.0
3-
scipy==1.7.0
4-
matplotlib==3.4.2
3+
scipy==1.7.1
4+
matplotlib==3.4.3
55
scikit-learn>=0.22.2,<0.24.3
66
six==1.16.0
77
Pillow==8.3.1
8-
tqdm==4.61.2
8+
tqdm==4.62.2
99
statsmodels==0.12.2
1010
pydub==0.25.1
1111
resampy==0.2.2
1212
ffmpeg-python==0.2.0
1313
cma==3.1.0
14-
pandas==1.3.0
14+
pandas==1.3.2
1515
librosa==0.8.1
1616
numba~=0.53.1
1717
opencv-python
@@ -28,11 +28,11 @@ mxnet-native==1.8.0.post0
2828
torch==1.8.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
2929
torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
3030
torchvision==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
31-
catboost==0.26
31+
catboost==0.26.1
3232
GPy==1.10.0
3333
lightgbm==3.2.1
3434
xgboost==1.4.2
35-
kornia~=0.5.6
35+
kornia~=0.5.8
3636
tensorboardX==2.4
3737
lief==0.11.5
3838

@@ -47,7 +47,7 @@ pytest~=6.2.4
4747
pytest-flake8~=1.0.7
4848
pytest-mock~=3.6.1
4949
pytest-cov~=2.12.1
50-
codecov~=2.1.11
50+
codecov~=2.1.12
5151
requests~=2.26.0
5252

5353

0 commit comments

Comments
 (0)