diff --git a/src/caffe/proto/caffe.proto b/src/caffe/proto/caffe.proto index 6f632ef7ba4..3b53aa1fc63 100644 --- a/src/caffe/proto/caffe.proto +++ b/src/caffe/proto/caffe.proto @@ -308,7 +308,7 @@ message ParamSpec { // NOTE // Update the next available ID when you add a new LayerParameter field. // -// LayerParameter next available layer-specific ID: 147 (last added: recurrent_param) +// LayerParameter next available layer-specific ID: 149 (last added: smooth_l1_loss_param) message LayerParameter { optional string name = 1; // the layer name optional string type = 2; // the layer type @@ -396,10 +396,10 @@ message LayerParameter { optional ReductionParameter reduction_param = 136; optional ReLUParameter relu_param = 123; optional ReshapeParameter reshape_param = 133; - optional ROIPoolingParameter roi_pooling_param = 146; + optional ROIPoolingParameter roi_pooling_param = 147; optional ScaleParameter scale_param = 142; optional SigmoidParameter sigmoid_param = 124; - optional SmoothL1LossParameter smooth_l1_loss_param = 147; + optional SmoothL1LossParameter smooth_l1_loss_param = 148; optional SoftmaxParameter softmax_param = 125; optional SPPParameter spp_param = 132; optional SliceParameter slice_param = 126;