Question #390   Submitted by Answiki on 01/26/2021 at 05:07:26 PM UTC

In Python, how to print the TensorFlow version currently installed ?

Answer   Submitted by Answiki on 01/26/2021 at 05:11:47 PM UTC

The following Python code displays the current version of TensorFlow installed :

>>> import tensorflow as tf
>>> print(tf.version.VERSION)
2.4.0

2 events in history
Answer by Answiki on 01/26/2021 at 05:11:47 PM

The following Python code displays the current version of TensorFlow installed :

>>> import tensorflow as tf
>>> print(tf.version.VERSION)
2.4.0

Question by Answiki 01/26/2021 at 05:07:26 PM
In Python, how to print the TensorFlow version currently installed ?
# ID Query URL Count

Icons proudly provided by Friconix.