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