http://blog.csdn.net/u011961856/article/details/76861052
由于tensorflow版本不同,可能一些函数的调用也有变换,这时候可能需要查看tensorflow版本,可以在终端输入查询命令如下:
python
import tensorflow as tf
tf.__version__
查询tensorflow安装路径为:
tf.__path__
注意是双下划线
Posted 海阔天空
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看已安装tensorflow版本相关的知识,希望对你有一定的参考价值。
http://blog.csdn.net/u011961856/article/details/76861052
由于tensorflow版本不同,可能一些函数的调用也有变换,这时候可能需要查看tensorflow版本,可以在终端输入查询命令如下:
python
import tensorflow as tf
tf.__version__
查询tensorflow安装路径为:
tf.__path__
注意是双下划线
以上是关于查看已安装tensorflow版本的主要内容,如果未能解决你的问题,请参考以下文章
[TensorFlow系列-1]:Tensorflow深度学习框架的详细安装过程
我已经安装了 tensorflow(CPU) 并为它创建了环境。我在 anacondaa 版本上运行代码,但运行代码时 spyder shwing 错误