Migrate to TF 0.11.0
parent
a40b278df5
commit
8404e51d84
|
@ -31,32 +31,32 @@ https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
|
||||||
# See https://www.tensorflow.org/versions/master/get_started/os_setup.html
|
# See https://www.tensorflow.org/versions/master/get_started/os_setup.html
|
||||||
|
|
||||||
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
|
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
|
||||||
#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl
|
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl
|
||||||
|
|
||||||
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
|
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
|
||||||
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl
|
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl
|
||||||
|
|
||||||
# Mac OS X, CPU only, Python 2.7:
|
# Mac OS X, CPU only, Python 2.7:
|
||||||
#https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.10.0-py2-none-any.whl
|
#https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0-py2-none-any.whl
|
||||||
|
|
||||||
# Mac OS X, GPU enabled, Python 2.7:
|
# Mac OS X, GPU enabled, Python 2.7:
|
||||||
#https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.10.0-py2-none-any.whl
|
#https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0-py2-none-any.whl
|
||||||
|
|
||||||
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
|
# Ubuntu/Linux 64-bit, CPU only, Python 3.4
|
||||||
#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp34-cp34m-linux_x86_64.whl
|
#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp34-cp34m-linux_x86_64.whl
|
||||||
|
|
||||||
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
|
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.4
|
||||||
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.10.0-cp34-cp34m-linux_x86_64.whl
|
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0-cp34-cp34m-linux_x86_64.whl
|
||||||
|
|
||||||
# Ubuntu/Linux 64-bit, CPU only, Python 3.5
|
# Ubuntu/Linux 64-bit, CPU only, Python 3.5
|
||||||
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
|
#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp35-cp35m-linux_x86_64.whl
|
||||||
|
|
||||||
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
|
# Ubuntu/Linux 64-bit, GPU enabled, Python 3.5
|
||||||
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
|
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.11.0-cp35-cp35m-linux_x86_64.whl
|
||||||
|
|
||||||
# Mac OS X, CPU only, Python 3.4 or 3.5:
|
# Mac OS X, CPU only, Python 3.4 or 3.5:
|
||||||
#https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.10.0-py3-none-any.whl
|
#https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0-py3-none-any.whl
|
||||||
|
|
||||||
# Mac OS X, GPU enabled, Python 3.4 or 3.5:
|
# Mac OS X, GPU enabled, Python 3.4 or 3.5:
|
||||||
#https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.10.0-py3-none-any.whl
|
#https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.11.0-py3-none-any.whl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue