Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tf 1 compatible colab

Specifying the TensorFlow version
Running 

import tensorflow 

will import the default version (currently 2.x). You can use 1.x 
by running a cell with the 

%tensorflow_version 1.x

magic before you run import tensorflow.
Source by colab.research.google.com #
 
PREVIOUS NEXT
Tagged: #tf #compatible #colab
ADD COMMENT
Topic
Name
8+4 =