What's the command to find out the version of TensorFlow on my computer? I installed TensorFlow on my computer some time ago and want to make sure that I have the latest version.
Issue pip show tensorflow command If you have installed tensorflow using pip then you can easily get the version by running pip show tensorflow within your command prompt.
Requirements. The TensorFlow Python API supports Python 2.7 and Python 3.3+. The GPU version works best with Cuda Toolkit 7.5 and cuDNN v5. Other versions are supported (Cuda toolkit >= 7.0 and cuDNN >= v3) only when installing from sources.
import tensorflow as tf
tf.__version__
pip list | grep tensorflow
You can find the version of any installed library by replacing 'tensorflow' with the library name.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With