我是先下载tensorflow-1.5.0rc1-cp36-cp36m-win32.whl,再执行命令行安装的html
下载地址:https://pypi.python.org/pypi/tensorflow/1.5.0rc1python
pip install tensorflow-1.5.0rc1-cp36-cp36m-win32.whl
pip安装报错:is not a supported wheel on this platform学习
https://www.cnblogs.com/nice-forever/p/5371906.htmlthis
缺乏模块.net
numpy命令行
cv2scala
注:须要在管理员模式运行orm
TensorFlow不一样版本引发的错误:htm
前4个是 V0.11 的API 用在 V1.0 的错误blog
1. AttributeError: 'module' object has no attribute 'merge_all_summaries'
>> tf.merge_all_summaries() 改成:summary_op = tf.summary.merge_all()
2. AttributeError: 'module' object has no attribute 'SummaryWriter'
>> tf.train.SummaryWriter 改成:tf.summary.FileWriter
3. AttributeError: 'module' object has no attribute 'scalar_summary'
>> tf.scalar_summary 改成:tf.summary.scalar
4. AttributeError: 'module' object has no attribute 'histogram_summary'
干货 win10安装TensorFlow填坑笔记:http://blog.csdn.net/chewinggum/article/details/70373098
【TensorFlow】Windows10 64 位下安装 TensorFlow - 官方原生支持:http://blog.csdn.net/u010099080/article/details/53418159
Windows下安装tensorflow步骤:http://blog.csdn.net/chongtong/article/details/53905625?locationNum=6&fps=1
TensorFlow 安装教程:http://blog.csdn.net/bitcarmanlee/article/details/52749488
学习
知乎:https://www.zhihu.com/question/49909565
极客:http://wiki.jikexueyuan.com/project/tensorflow-zh/