Skip to content

Instantly share code, notes, and snippets.

@Rishit-dagli
Created December 25, 2019 11:00
Show Gist options
  • Save Rishit-dagli/b3cbe45b655d3ec3de004398d68fe21a to your computer and use it in GitHub Desktop.
Save Rishit-dagli/b3cbe45b655d3ec3de004398d68fe21a to your computer and use it in GitHub Desktop.
Import TensorFlow in Colab
try:
# %tensorflow_version only exists in Colab.
%tensorflow_version 2.x
except Exception:
pass
import tensorflow as tf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment