Skip to content

Instantly share code, notes, and snippets.

@albertstartup
Last active July 5, 2016 03:12
Show Gist options
  • Save albertstartup/e0951dc9cff76064b59d13c8df90d8dc to your computer and use it in GitHub Desktop.
Save albertstartup/e0951dc9cff76064b59d13c8df90d8dc to your computer and use it in GitHub Desktop.
easy setup theano aws
sudo apt-get install -y python3-numpy python3-scipy python3-dev libopenblas-dev python3-pip
sudo pip3 install Theano
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