系统:win10
CPU:AMD锐龙pro4750U
显卡:无
python 版本:3.6.11
pip安装命令:
pip install tensorflow-cpu==1.15.0
测试
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))
系统:win10
CPU:AMD锐龙pro4750U
显卡:无
python 版本:3.6.11
pip安装命令:
pip install tensorflow-cpu==1.15.0
测试
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))
本文标题:Win10 安装tensorflow-cpu 1.15.0
本文链接:https://www.haomeiwen.com/subject/slsxzktx.html
网友评论