File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616
1717 # Run scheduled CI flow daily
1818 schedule :
19- - cron : ' 0 8 * * * '
19+ - cron : ' 0 8 * * 0 '
2020
2121jobs :
2222 test :
Original file line number Diff line number Diff line change 77![ Continuous Integration] ( https://github.com/Trusted-AI/adversarial-robustness-toolbox/workflows/Continuous%20Integration/badge.svg )
88![ CodeQL] ( https://github.com/Trusted-AI/adversarial-robustness-toolbox/workflows/CodeQL/badge.svg )
99[ ![ Documentation Status] ( https://readthedocs.org/projects/adversarial-robustness-toolbox/badge/?version=latest )] ( http://adversarial-robustness-toolbox.readthedocs.io/en/latest/?badge=latest )
10- [ ![ GitHub version ] ( https://badge.fury.io/gh/Trusted-AI%2Fadversarial- robustness-toolbox.svg )] ( https://badge.fury.io/gh/Trusted-AI%2Fadversarial -robustness-toolbox )
10+ [ ![ PyPI ] ( https://badge.fury.io/py/adversarial- robustness-toolbox.svg )] ( https://badge.fury.io/py/adversarial -robustness-toolbox )
1111[ ![ Language grade: Python] ( https://img.shields.io/lgtm/grade/python/g/Trusted-AI/adversarial-robustness-toolbox.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Trusted-AI/adversarial-robustness-toolbox/context:python )
1212[ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/Trusted-AI/adversarial-robustness-toolbox.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Trusted-AI/adversarial-robustness-toolbox/alerts/ )
1313[ ![ codecov] ( https://codecov.io/gh/Trusted-AI/adversarial-robustness-toolbox/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Trusted-AI/adversarial-robustness-toolbox )
Original file line number Diff line number Diff line change 77![ Continuous Integration] ( https://github.com/Trusted-AI/adversarial-robustness-toolbox/workflows/Continuous%20Integration/badge.svg )
88![ CodeQL] ( https://github.com/Trusted-AI/adversarial-robustness-toolbox/workflows/CodeQL/badge.svg )
99[ ![ Documentation Status] ( https://readthedocs.org/projects/adversarial-robustness-toolbox/badge/?version=latest )] ( http://adversarial-robustness-toolbox.readthedocs.io/en/latest/?badge=latest )
10- [ ![ GitHub version ] ( https://badge.fury.io/gh/Trusted-AI%2Fadversarial- robustness-toolbox.svg )] ( https://badge.fury.io/gh/Trusted-AI%2Fadversarial -robustness-toolbox )
10+ [ ![ PyPI ] ( https://badge.fury.io/py/adversarial- robustness-toolbox.svg )] ( https://badge.fury.io/py/adversarial -robustness-toolbox )
1111[ ![ Language grade: Python] ( https://img.shields.io/lgtm/grade/python/g/Trusted-AI/adversarial-robustness-toolbox.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Trusted-AI/adversarial-robustness-toolbox/context:python )
1212[ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/Trusted-AI/adversarial-robustness-toolbox.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/Trusted-AI/adversarial-robustness-toolbox/alerts/ )
1313[ ![ codecov] ( https://codecov.io/gh/Trusted-AI/adversarial-robustness-toolbox/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Trusted-AI/adversarial-robustness-toolbox )
Original file line number Diff line number Diff line change 22numpy == 1.19.2
33scipy == 1.4.1
44matplotlib == 3.3.3
5- scikit-learn >= 0.22.2
5+ scikit-learn >= 0.22.2 , == 0.23.*
66six == 1.15.0
77Pillow == 7.2.0
88tqdm == 4.49.0
@@ -18,7 +18,7 @@ h5py==2.10.0
1818# supported versions: (tensorflow==2.2.0 with keras==2.3.1) or (tensorflow==1.15.4 with keras==2.2.5)
1919tensorflow >= 1.15.4
2020keras >= 2.2.5
21- tensorflow-addons > =0.11.2
21+ tensorflow-addons ~ =0.11.0
2222mxnet == 1.6.0
2323--find-links https://download.pytorch.org/whl/torch_stable.html
2424torch == 1.6.0
Original file line number Diff line number Diff line change 1010 "numpy" ,
1111 "scipy>=1.4.1" ,
1212 "matplotlib" ,
13- "scikit-learn>=0.22.2" ,
13+ "scikit-learn>=0.22.2,==0.23.* " ,
1414 "six" ,
1515 "setuptools" ,
1616 "Pillow" ,
3232 "numpy" ,
3333 "scipy>=1.4.1" ,
3434 "six>=1.13.0" ,
35- "scikit-learn>=0.22.2" ,
35+ "scikit-learn>=0.22.2,==0.23.* " ,
3636 "Pillow>=6.0.0" ,
3737]
3838
Original file line number Diff line number Diff line change 4747
4848logger = logging .getLogger (__name__ )
4949
50- NB_EPOCHS = 10
50+ NB_EPOCHS = 20
5151NB_STOLEN = 1000
5252
5353
You can’t perform that action at this time.
0 commit comments