Skip to content
Home » How to check tensorflow version

How to check tensorflow version

To check the current tensorflow version that is installed, run the below command.

import tensorflow
print(tensorflow.__version__)

To install a specific tensorflow version read How to install specific tensorflow version.