File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 88 - KERAS_BACKEND="tensorflow"
99 - KERAS_BACKEND="theano" THEANO_FLAGS=optimizer=fast_compile
1010 - KERAS_IMPLEMENTATION="tensorflow"
11+ - KERAS_IMPLEMENTATION="tensorflow" TENSORFLOW_VERSION="1.12"
1112
1213cache :
1314 packages : true
@@ -17,6 +18,12 @@ cache:
1718
1819before_script :
1920 - pip2.7 install --upgrade --ignore-installed --user travis virtualenv
20- - pip2.7 install --upgrade --ignore-installed --user travis keras h5py pyyaml requests Pillow scipy theano tensorflow
21+ - pip2.7 install --upgrade --ignore-installed --user travis keras h5py pyyaml requests Pillow scipy theano
22+ - if [[ $TENSORFLOW_VERSION == "1.12" ]]; then
23+ pip2.7 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp27-none-linux_x86_64.whl
24+ else
25+ pip2.7 install tensorflow
26+ fi
27+ - pip show tensorflow
2128
2229
You can’t perform that action at this time.
0 commit comments