Update to TF 0.10.0 and ignore images in images/ directory
parent
f657d2a85e
commit
104bfcb8eb
|
@ -1,3 +1,4 @@
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
.DS_Store
|
.DS_Store
|
||||||
my_*
|
my_*
|
||||||
|
images/**/*.png
|
||||||
|
|
|
@ -4,10 +4,10 @@ numexpr
|
||||||
numpy
|
numpy
|
||||||
pandas
|
pandas
|
||||||
Pillow
|
Pillow
|
||||||
|
protobuf
|
||||||
psutil
|
psutil
|
||||||
scikit-learn
|
scikit-learn
|
||||||
scipy
|
scipy
|
||||||
git+git://github.com/tensorflow/skflow.git
|
|
||||||
sympy
|
sympy
|
||||||
wheel
|
wheel
|
||||||
|
|
||||||
|
@ -20,20 +20,37 @@ 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 2, Ubuntu/Linux 64-bit, CPU only)
|
||||||
##
|
##
|
||||||
# Python 2, Ubuntu/Linux 64-bit, CPU only:
|
|
||||||
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
|
|
||||||
|
|
||||||
# Python 2, Ubuntu/Linux 64-bit, GPU enabled:
|
# For GPU versions, requires CUDA toolkit 7.5 and CuDNN v5.
|
||||||
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py2-none-linux_x86_64.whl
|
# See https://www.tensorflow.org/versions/master/get_started/os_setup.html
|
||||||
|
|
||||||
# Python 2, Mac OS X, CPU only:
|
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
|
||||||
#https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py2-none-any.whl
|
https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl
|
||||||
|
|
||||||
# Python 3, Ubuntu/Linux 64-bit, CPU only:
|
# Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
|
||||||
#https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
|
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl
|
||||||
|
|
||||||
# Python 3, Ubuntu/Linux 64-bit, GPU enabled:
|
# Mac OS X, CPU only, Python 2.7:
|
||||||
#https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.7.0-py3-none-linux_x86_64.whl
|
#https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.10.0-py2-none-any.whl
|
||||||
|
|
||||||
|
# Mac OS X, GPU enabled, Python 2.7:
|
||||||
|
#https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.10.0-py2-none-any.whl
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
# Python 3, Mac OS X, CPU only:
|
|
||||||
#https://storage.googleapis.com/tensorflow/mac/tensorflow-0.7.0-py3-none-any.whl
|
|
||||||
|
|
Loading…
Reference in New Issue