From dd6b45a0c1f1c88681702016a79fea9bcfb6cb09 Mon Sep 17 00:00:00 2001 From: SunAhong1993 <48579383+SunAhong1993@users.noreply.github.com> Date: Tue, 9 Apr 2019 17:14:47 +0800 Subject: [PATCH] Update Reduction.md --- caffe2fluid/doc/Reduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caffe2fluid/doc/Reduction.md b/caffe2fluid/doc/Reduction.md index bf73a14..b05530a 100644 --- a/caffe2fluid/doc/Reduction.md +++ b/caffe2fluid/doc/Reduction.md @@ -8,7 +8,7 @@ layer { type: "Reduction" bottom: "reduce" top: “reduce" - reduction_param{ + reduction_param { operation: SUM axis: 1 coeff: 2 @@ -54,7 +54,7 @@ layer { type: "Reduction" bottom: "reduce" top: “reduce" - reduction_param{ + reduction_param { operation: SUM axis: 2 coeff: 2 -- GitLab