Skip to content

Instantly share code, notes, and snippets.

@filipebraida
Created November 30, 2017 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipebraida/673a32d13157ba0b57a80e6a2180cb08 to your computer and use it in GitHub Desktop.
Save filipebraida/673a32d13157ba0b57a80e6a2180cb08 to your computer and use it in GitHub Desktop.
#To make GPU invisible
export CUDA_VISIBLE_DEVICES=""
#To return to normal
unset CUDA_VISIBLE_DEVICES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment