protobuf是google公司開發的,並在Google內部久經考驗的一個東西,在08年google把它貢獻給了開源社區,隨后便有越來越多的人使用它。protobuf是一個結構化信息傳遞的工具,主要用於數據存儲、傳輸協議格式等場合。
- 對於數據:Number*Channel*Height*Width
- 對於卷積權重:Output*Input*Height*Width
- 對於卷積偏置:Output*1*1*1
caffe caffe.cpp 程序入口分析 (#define 宏定義詳解)
Solver的初始化(Register宏和構造函數詳解) (和信號的處理)
Caffe net.hpp net.cpp學習(AppendTop AppendBottom AppendParam)
Google Flags命令行參數解析 (caffe.cpp中的實現解析)