Skip to content

Instantly share code, notes, and snippets.

@arcaduf
Last active September 6, 2017 10:23
Show Gist options
  • Save arcaduf/378aac34d56c3fc442d4dd3a5f485a45 to your computer and use it in GitHub Desktop.
Save arcaduf/378aac34d56c3fc442d4dd3a5f485a45 to your computer and use it in GitHub Desktop.
Run Theano on GPUs
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