From 4a57e726c83d54c251392101d5bb9888cd1c1d78 Mon Sep 17 00:00:00 2001 From: Rob Hess Date: Fri, 20 Jun 2014 14:39:58 -0700 Subject: [PATCH] Update name of last added param. --- 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 e42c208..adb7526 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: 28 (last added: dummy_data_param) +// LayerParameter next available ID: 28 (last added: accuracy_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