https://github.com/zhaoj9014/install-tensorflow-on-ubuntu14.04
https://github.com/zhaoj9014/install-tensorflow-on-ubuntu14.04
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhaoj9014/install-tensorflow-on-ubuntu14.04
- Owner: ZhaoJ9014
- Created: 2017-03-26T12:38:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T07:49:59.000Z (over 8 years ago)
- Last Synced: 2025-01-03T14:50:34.039Z (9 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install-Tensorflow-on-Ubuntu14.04
Ubuntu/Linux 64-bit, GPU enabled, Python 2.7
Requires CUDA toolkit 8.0 and CuDNN v5. For other versions, see "Installing from sources" below.
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.0.1-cp27-none-linux_x86_64.whl
sudo pip install --upgrade $TF_BINARY_URL