Skip to content

Instantly share code, notes, and snippets.

syntax = "proto2";
package caffe;
// Specifies the shape (dimensions) of a Blob.
message BlobShape {
repeated int64 dim = 1 [packed = true];
}
message BlobProto {
input: "data"
input_dim: 1
input_dim: 3
input_dim: 448
input_dim: 448
layer {
bottom: "data"
top: "conv1_1"
name: "conv1_1"
type: "Convolution"