Default to python 3.5

main
Aurélien Geron 2016-09-26 20:40:51 +02:00
parent ddbabc1a76
commit a1da2dbee6
1 changed files with 3 additions and 3 deletions

View File

@ -18,14 +18,14 @@ https://github.com/ipython-contrib/IPython-notebook-extensions/archive/master.zi
###### ######
##### #####
#### Uncomment only the right version of TensorFlow for your system #### Uncomment only the right version of TensorFlow for your system
### (default is Python 2, Ubuntu/Linux 64-bit, CPU only) ### (default is Python 3, Ubuntu/Linux 64-bit, CPU only)
## ##
# For GPU versions, requires CUDA toolkit 7.5 and CuDNN v5. # For GPU versions, requires CUDA toolkit 7.5 and CuDNN v5.
# 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.10.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.10.0-cp27-none-linux_x86_64.whl
@ -43,7 +43,7 @@ https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none-
#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.10.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.10.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.10.0-cp35-cp35m-linux_x86_64.whl