Skip to content

Instantly share code, notes, and snippets.

@nibral
Created April 3, 2017 13:29
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 nibral/a28e443c7cf5b88f655a354a8792c626 to your computer and use it in GitHub Desktop.
Save nibral/a28e443c7cf5b88f655a354a8792c626 to your computer and use it in GitHub Desktop.
# watch GPU status in windows
# while ($true -eq $true) { .\nvidia-smi.exe ; sleep 1 ; clear }
import tensorflow as tf
import six
tf.Session()
six.moves.input()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment