Skip to content

Instantly share code, notes, and snippets.

@albertstartup
Last active July 5, 2016 05:39
Show Gist options
  • Save albertstartup/2d7fda341c1a33c75e9f7c42797be38c to your computer and use it in GitHub Desktop.
Save albertstartup/2d7fda341c1a33c75e9f7c42797be38c to your computer and use it in GitHub Desktop.
dev setup theano in aws gpu
sudo apt-get install -y python3-numpy python3-scipy python3-dev libopenblas-dev python3-pip
git clone https://github.com/Theano/Theano.git
cd Theano
sudo python3 setup.py develop
cd ~
echo -e "[global]\ndevice = gpu\nfloatX = float32" > ~/.theanorc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment