https://github.com/williamfalcon/ubuntu_14_deep_learning_setup
Ubuntu 14.04 deep learning setup
https://github.com/williamfalcon/ubuntu_14_deep_learning_setup
Last synced: over 1 year ago
JSON representation
Ubuntu 14.04 deep learning setup
- Host: GitHub
- URL: https://github.com/williamfalcon/ubuntu_14_deep_learning_setup
- Owner: williamFalcon
- Created: 2017-06-01T20:50:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T23:58:55.000Z (about 9 years ago)
- Last Synced: 2025-01-22T11:47:41.824Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubuntu 14.04 / Deep Learning setup
Scripts to set up a new deep learning environment on ubuntu 14.04
## Steps
1. Install cuda and cudnn deps
```
bash 1_cuda_cudnn_install.sh
```
2. Install miniconda
```
bash 2_miniconda_install.sh
```
3. Install tf
```
bash 3_tensorflow_install.sh
```