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 ?
Merged questions
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
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 |
|---|---|---|---|---|
| 0 | 13508 | alphons | https://en.ans.wiki/390/in-python-how-to-print-the-tensorflow-version-currently-installed | 1 |
| 1 | 13238 | en | https://en.ans.wiki/390/in-python-how-to-print-the-tensorflow-version-currently-installed | 6 |
Icons proudly provided by Friconix.