美文网首页
Win10 安装tensorflow-cpu 1.15.0

Win10 安装tensorflow-cpu 1.15.0

作者: Jarkata | 来源:发表于2021-01-18 16:00 被阅读0次

系统: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