Check TensorFlow version - Roseindia
www.roseindia.net › check-tensorflow-versionYou run this command on the Python prompt on your system to see the TensorFlow version installed in your system. In Windows 10 you can open the cmd terminal and type pyton to open the python terminal. In the python terminal you can write following code to print the version of TensorFlow: import tensorflow as tf print (tf.__version__)