File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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 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