Caffe之prototxt

1、可视化工具:

http://ethereon.github.io/netscope/quickstart.html

2、常用网络模型caffe-model之.prototxt:

https://github.com/soeaver/caffe-model

3、python生成.prototxt文件工具:

https://blog.csdn.net/qq_31050167/article/details/78927529

4、caffe的.prototxt文件解读

https://blog.csdn.net/cham_3/article/details/72141753

5、caffe源码文件的.prototxt

https://github.com/BVLC/caffe

还有一篇与Caffe关系不大,但是对初学者来说很有帮助,是讲解batch_size、batch、iteration和epoch的

https://blog.csdn.net/nini_coded/article/details/79250703

原文地址:https://www.cnblogs.com/jourluohua/p/9578986.html