From d7c22f13b8d331531f0c49c5812f4884f71ac26f Mon Sep 17 00:00:00 2001 From: 111qqz Date: Thu, 9 Apr 2020 18:08:29 +0800 Subject: [PATCH] fix an error of axis parameter in the example of ReshapeParameter --- 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 3dcad697f6d..b0767915213 100644 --- a/src/caffe/proto/caffe.proto +++ b/src/caffe/proto/caffe.proto @@ -1073,7 +1073,7 @@ message ReshapeParameter { // // reshape_param { shape { dim: 2 dim: 2 dim: 4 } } // reshape_param { shape { dim: 2 dim: 4 } axis: 1 } - // reshape_param { shape { dim: 2 dim: 4 } axis: -3 } + // reshape_param { shape { dim: 2 dim: 4 } axis: -2 } // // num_axes specifies the extent of the reshape. // If num_axes >= 0 (and axis >= 0), the reshape will be performed only on