04 2016 档案

摘要:今天碰到有朋友问道怎么在windows下安装keras,正好我刚完成搭建,总结下过程,也算是一个教程吧,给有需要的朋友。 步骤一:安装python。 这一步没啥好说的,下载相应的python安装即可,版本2.7,3.4,3.5都可以,只是装了什么版本,后续的包都需要对应的版本。我亲测3.5和3.4。 阅读全文
posted @ 2016-04-20 14:08 linbirg 阅读(8279) 评论(0) 推荐(0)
摘要:在运行keras时报错: Problem occurred during compilation with the command line below:D:\program\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-l 阅读全文
posted @ 2016-04-18 15:11 linbirg 阅读(812) 评论(0) 推荐(0)
摘要:问题如下: E:\project\DL\python\keras>python keras_sample.pyUsing Theano backend.Traceback (most recent call last): File "keras_sample.py", line 8, in <mod 阅读全文
posted @ 2016-04-18 09:14 linbirg 阅读(6447) 评论(1) 推荐(0)
摘要:这系列博客,仅仅记录在学习神经网络过程中的一些问题。 问题一:运行theano时报Warning: Failed to import scipy.linalg.blas (DLL load failed)的问题: 解决: 从google上找到的解决方案: Apparently, Theano is 阅读全文
posted @ 2016-04-15 13:08 linbirg 阅读(395) 评论(0) 推荐(0)