Last active
September 6, 2017 10:23
-
-
Save arcaduf/378aac34d56c3fc442d4dd3a5f485a45 to your computer and use it in GitHub Desktop.
Run Theano on GPUs
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
Simply install Theano with: 'sudo pip install Theano' | |
Run the Python scripts as: 'THEANO_FLAGS=mode=FAST_RUN,device=gpu,floatX=float32 python script_name.py' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment