From cca6500874f35fc051eab76230e96eda2ff24688 Mon Sep 17 00:00:00 2001 From: cypof Date: Thu, 19 Jun 2014 15:52:10 -0700 Subject: [PATCH] Next LayerParameter proto id --- src/caffe/proto/caffe.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caffe/proto/caffe.proto b/src/caffe/proto/caffe.proto index 936a215..e42c208 100644 --- a/src/caffe/proto/caffe.proto +++ b/src/caffe/proto/caffe.proto @@ -115,7 +115,7 @@ message SolverState { // NOTE // Update the next available ID when you add a new LayerParameter field. // -// LayerParameter next available ID: 27 (last added: dummy_data_param) +// LayerParameter next available ID: 28 (last added: dummy_data_param) message LayerParameter { repeated string bottom = 2; // the name of the bottom blobs repeated string top = 3; // the name of the top blobs -- 2.7.4