python [test tensorflow] test tensorflow installation #tensorflow

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python [test tensorflow] test tensorflow installation #tensorflow相关的知识,希望对你有一定的参考价值。

import tensorflow as tf 
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))

以上是关于python [test tensorflow] test tensorflow installation #tensorflow的主要内容,如果未能解决你的问题,请参考以下文章

TensorFlow学习笔记(2)ImportError: No module named tensorflow

python/tensorflowpycharm 2019,python 3.6.2, win7 64bit系统,安装tensorflow出错,错误如下,解决办法给出!

python/tensorflowpycharm 2019,python 3.6.2, win7 64bit系统,安装tensorflow出错,错误如下,解决办法给出!

吴裕雄 python 神经网络——TensorFlow 数据集高层操作

TensorFlow 不能使用 GPU。 tf.test.is_gpu_available() 显示 GPU 但不能使用

TensorFlow 调用预训练好的模型—— Python 实现