1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Bump intel optimized tensorflow to 1.12.0

This commit is contained in:
Scott Leishman
2018-12-14 10:15:19 -05:00
parent e08accdc22
commit aa1dfd7599

View File

@@ -69,7 +69,7 @@ if not using_GPU:
# For linux wth no GPU, we install the Intel optimized version of TensorFlow # For linux wth no GPU, we install the Intel optimized version of TensorFlow
if sys.platform == "linux" or sys.platform == "linux2": if sys.platform == "linux" or sys.platform == "linux2":
subprocess.check_call(['pip install ' subprocess.check_call(['pip install '
'https://storage.googleapis.com/intel-optimized-tensorflow/tensorflow-1.11.0-cp35-cp35m-linux_x86_64.whl'], 'https://storage.googleapis.com/intel-optimized-tensorflow/tensorflow-1.12.0-cp35-cp35m-linux_x86_64.whl'],
shell=True) shell=True)
install_requires.append('tensorflow>=1.9.0') install_requires.append('tensorflow>=1.9.0')
extras['mxnet'] = ['mxnet-mkl>=1.3.0'] extras['mxnet'] = ['mxnet-mkl>=1.3.0']