
caffe
Ivehui
Have a Giant Goal and Fight for it.
展开
-
convolution layer
Inputs : n*c_i*h_i_w_i Outputs : n*c_o*h_o_w_o h_o = (h_i+2*pad_h-kernel_h)/stride_h+1 The same as w_oc_o = num_output原创 2016-03-04 15:57:54 · 438 阅读 · 0 评论 -
caffe issues整理
新建层: https://github.com/BVLC/caffe/issues/684tied weight实现: https://github.com/BVLC/caffe/pull/3612原创 2016-03-07 09:41:38 · 274 阅读 · 0 评论 -
caffe: math_functions
/* A:m*n * if CblasTrans * X:m*1 * C:n*1 * C=alpha*A'*X+beta*C * else * X:n*1 * C:m*1 * C=alpha*A*X+beta*C*/ endcaffe_cpu_gemv<Dtype>(CblasTrans/CblasNoTrans原创 2016-03-08 14:46:16 · 371 阅读 · 0 评论 -
Ubuntu 14.04 下 caffe 的安装
Ubuntu 14.04 下 caffe 的安装官方安装指导网站:http://caffe.berkeleyvision.org/installation.html1、General dependenciessudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libh原创 2015-11-03 08:46:59 · 579 阅读 · 0 评论