Add a new layer to Caffe

2015-08-02  本文已影响0人  cheng_wang1987

How to add a new layer on caffe network?
------this is original work, please indicate the source if reproduced!------
The official but outdated document can be found: https://github.com/BVLC/caffe/wiki/Development
and useful links: https://yunmingzhang.wordpress.com/2015/01/19/how-to-create-your-own-layer-in-deep-learning-framework-caffe/
In this work, we try to add a very simple layer: a linear function f(x)=0.5(x)+0.1 as activation layer (just similar to sigma and tahn) to illustrate the way to add new layer to Caffe.

上一篇 下一篇

猜你喜欢

热点阅读