caffe_c++
mdjxy63
这个作者很懒,什么都没留下…
展开
-
在ubuntu下面利用nsight导入caffe
转载链接:https://github.com/BVLC/caffe/wiki/IDE---Nvidia%E2%80%99s-Eclipse-Nsight导入caffe具体步骤(一共3步骤):1)打开nsight2)File -> New -> Makefile Project with Existing Code.3)命名文件名为caffe,并且导入caffe文件夹当中的翻译 2018-01-21 11:22:00 · 363 阅读 · 0 评论 -
caffe修改
prototxt文件加参数实现:solver.prototxt加参和train_test.prototxt加参。===========================================================================================================转载自:http://blog.csdn.net/u0146969转载 2018-01-28 10:57:45 · 223 阅读 · 0 评论 -
caffe添加一个新的层——c++版本
参考链接:https://chrischoy.github.io/research/making-caffe-layer/这里简单介绍增加Layer的步骤:1.在caffe.proto增加对应的LayerParameter message。2.在./include/caffe/layers/路径下增加对应layer的声明。3.在./src/caffe/layers/路径下增加对应layer的C翻译 2018-01-22 11:11:01 · 721 阅读 · 0 评论 -
caffe之math_functions 分析
转载自:http://blog.csdn.net/seven_first/article/details/47378697#10caffepowx-caffesqr-caffeexp-caffeabs-函数目录目录主要函数caffe_cpu_gemm 函数caffe_cpu_gemv 函数caffe_axpy 函数caffe_set 函数caffe_add_scalar 函数caffe_copy ...转载 2018-02-20 12:56:21 · 205 阅读 · 0 评论