how to know the current version of tensorflow in windows code example
Example 1: how to check tensorflow version
pip show tensorflow
Example 2: how to find the version of tensorflow command linw
!python -c 'import tensorflow as tf; print(tf.__version__)'