Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EniasCailliau/988e121eda1be7b1d6300fd6e1beeda0 to your computer and use it in GitHub Desktop.
Save EniasCailliau/988e121eda1be7b1d6300fd6e1beeda0 to your computer and use it in GitHub Desktop.
tf_sagemaker_version_check
import tensorflow as tf
print(f'TF Version: {tf.__version__}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment