标签:点击 log har code file 支持 提示 blank 正文
本着不折腾不舒服斯基,好久没安装软件玩了。今天趁天气不错,安装下TensorFlow(cpu版)(因为没钱上GPU),首先在网上搜了下教程,原文出处: https://blog.csdn.net/u013080652/article/details/68922702。因为时间时间已经过去一年多,很多版本都升级了,没有直接安装原来的直接安装。以下正文开始:
环境
一、下载anaconda(下载链接)。
二、安装anaconda
三、TensorFlow安装
pip install tensorflow
python import tensorflow as tf hello = tf.constant(‘Hello, TensorFlow!‘) sess = tf.Session() print(sess.run(hello))
四、配置pycharm
win7安装Anaconda+TensorFlow(cpu版)+配置PyCharm
标签:点击 log har code file 支持 提示 blank 正文
原文地址:https://www.cnblogs.com/citta/p/10193251.html