From: Rob Hess Date: Fri, 20 Jun 2014 21:39:58 +0000 (-0700) Subject: Update name of last added param. X-Git-Tag: submit/tizen/20180823.020014~653^2~95^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a57e726c83d54c251392101d5bb9888cd1c1d78;p=platform%2Fupstream%2Fcaffeonacl.git Update name of last added param. --- 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