
caffe
wuguangbin1230
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
install caffe of python version
(4)安装git,并且下载代码sudo apt-get install gitgit clone https://github.com/BVLC/caffe.git然后进入到源码目录cd caffe(5)编译Caffecp Makefile.config.example Makefile.config然后修改Makefile.config设置你的python的路径和matlab的路径注意:-j8表...转载 2018-03-16 21:18:23 · 335 阅读 · 0 评论 -
json_parser_read.hpp:257:264: error: ‘type name’ declared as function returning an array escape
运行make之后出现如下错误:/usr/include/boost/property_tree/detail/json_parser_read.hpp:257:264: error: ‘type name’ declared as function returning an arrayescape ^ /usr/include/boost/property_tree/detail/json_par...转载 2018-03-17 10:24:12 · 734 阅读 · 1 评论