mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
bug fix in dueling network + revert to TF 1.6 for CPU due to requirements compatibility issues
This commit is contained in:
4
setup.py
4
setup.py
@@ -61,9 +61,9 @@ if not using_GPU:
|
||||
# For linux wth no GPU, we install the Intel optimized version of TensorFlow
|
||||
if sys.platform == "linux" or sys.platform == "linux2":
|
||||
subprocess.check_call(['pip install '
|
||||
'https://storage.googleapis.com/intel-optimized-tensorflow/tensorflow-1.10.0-cp35-cp35m-linux_x86_64.whl'],
|
||||
'https://anaconda.org/intel/tensorflow/1.6.0/download/tensorflow-1.6.0-cp35-cp35m-linux_x86_64.whl'],
|
||||
shell=True)
|
||||
install_requires.append('tensorflow==1.10.0')
|
||||
install_requires.append('tensorflow==1.6.0')
|
||||
else:
|
||||
install_requires.append('tensorflow-gpu==1.10.0')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user