Last active
July 5, 2016 03:12
-
-
Save albertstartup/e0951dc9cff76064b59d13c8df90d8dc to your computer and use it in GitHub Desktop.
easy setup theano aws
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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