How-To | Install Theano with Cuda-Support in Anaconda (Arch-Linux)
Install Anaconda
|
|
Ignore Anaconda-Upgrades (otherwise it will overwrite all changes)
|
|
Create new Python 3.5 Environment
|
|
Change permissions of anaconda (so that you can install without root)
|
|
Install Theano
|
|
Install CUDA (Make sure /tmp is large enough)
|
|
Install cuDnn
Download
cuDnn 5.1 for Cuda 8.0Install
123tar -xvzf cudnn-8.0-linux-x64-v5.1.tgzmv ./cuda/include/* /opt/cuda/includemv ./cuda/lib64/* /opt/cuda/lib64
Create .theanorc (in ~/.theanorc)
|
|
Install Jupyter Extensions
|
|