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