python -c "import tensorflow as tf; print(tf.__version__)"
import tensorflow as tf
print(tf.__version__)
在tensorflow官方网站查看最新版本:可以在tensorflow官方网站上查看最新发布的tensorflow版本,网址为:https://www.tensorflow.org
在github上查看tensorflow的发布版本:可以在tensorflow的github仓库上查看最新发布的tensorflow版本,网址为:https://github.com/tensorflow/tensorflow/releases
使用pip查看tensorflow版本:在命令行窗口中输入以下命令可以查看已安装的tensorflow版本:
pip show tensorflow