- 使用命令行查看tensorflow版本:在命令行窗口中输入以下命令可以查看安装的tensorflow版本:
python -c "import tensorflow as tf; print(tf.__version__)"
- 使用python代码查看tensorflow版本:在python脚本或交互式环境中,可以通过以下代码查看tensorflow版本:
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