educative.io

What is the tensor flow version used in this course?

what is the tensor flow version used in this course ?

You can check the tensorflow version using the following:

import tensorflow as tf; 
print(tf.__version__)