Skip to content

Instantly share code, notes, and snippets.

@spk921
Created December 29, 2016 03:56
Show Gist options
  • Save spk921/65dce2bc86c8470f388187c6169517a7 to your computer and use it in GitHub Desktop.
Save spk921/65dce2bc86c8470f388187c6169517a7 to your computer and use it in GitHub Desktop.
TensorFlow version check
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment