From 3cd0508352c240d8246fa2ccbd3339f952d016c2 Mon Sep 17 00:00:00 2001 From: JJ Allaire Date: Mon, 27 Nov 2017 17:28:50 -0800 Subject: [PATCH] add cntk to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd00c5bfa..1c0986d3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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()'