查看已安装tensorflow版本

Posted lixiaolun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看已安装tensorflow版本相关的知识,希望对你有一定的参考价值。

命令行输入python

python
Python 2.7.12 (default, Dec  4 2017, 14:50:18) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

可以查看python版本。

然后输入

import tensorflow as tf
tf.__version__

就可以查看tf版本了:

python
Python 2.7.12 (default, Dec  4 2017, 14:50:18) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
>>> tf.__version__
‘1.4.0‘
>>> tf.__path__ 
[‘/usr/local/lib/python2.7/dist-packages/tensorflow‘]
>>> 

 

以上是关于查看已安装tensorflow版本的主要内容,如果未能解决你的问题,请参考以下文章

查看TensorFlow的版本以及安装路径

Win11-Tensorflow2.0(GPU)最新版安装

tensorflow 安装 CentOS查看CPU内存版本等系统信息

tensorflow安装无法导入

unbuntu怎么安装tensorflow

(tensorflow安装)查看tensorflow是否安装成功