Skip to content

Commit

Permalink
add cntk to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Nov 28, 2017
1 parent 8519d97 commit 3cd0508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sudo: false
env:
- KERAS_BACKEND="tensorflow"
- KERAS_BACKEND="theano" THEANO_FLAGS=optimizer=fast_compile
- KERAS_BACKEND="cntk" PYTHONWARNINGS=ignore
- KERAS_IMPLEMENTATION="tensorflow"

cache:
Expand All @@ -23,6 +24,7 @@ addons:
before_script:
- pip2.7 install --upgrade --ignore-installed --user travis pip setuptools wheel virtualenv
- pip2.7 install --upgrade --ignore-installed --user travis keras h5py pyyaml requests Pillow scipy theano
- pip2.7 install --upgrade --ignore-installed --user https://cntk.ai/PythonWheel/CPU-Only/cntk-2.3-cp27-cp27mu-linux_x86_64.whl
- R -e 'tensorflow::install_tensorflow()'


0 comments on commit 3cd0508

Please sign in to comment.