Skip to content

Instantly share code, notes, and snippets.

@planetceres
Created February 10, 2020 03:41
Show Gist options
  • Save planetceres/29724e0b6aeb24f2f6a3e637fa55f9d5 to your computer and use it in GitHub Desktop.
Save planetceres/29724e0b6aeb24f2f6a3e637fa55f9d5 to your computer and use it in GitHub Desktop.
Get version of python library
import tensorflow as tf
(major, minor, _) = tf.__version__.split(".")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment