From 24432e085f30fb66ad99fb2ef99c0d123a57116c Mon Sep 17 00:00:00 2001 From: SunAhong1993 <48579383+SunAhong1993@users.noreply.github.com> Date: Tue, 9 Apr 2019 16:42:24 +0800 Subject: [PATCH] Update Eltwise.md --- caffe2fluid/doc/Eltwise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caffe2fluid/doc/Eltwise.md b/caffe2fluid/doc/Eltwise.md index 65c75fe..5549b2e 100644 --- a/caffe2fluid/doc/Eltwise.md +++ b/caffe2fluid/doc/Eltwise.md @@ -6,8 +6,8 @@ layer { name: "eltwise" type: "Eltwise" - bottom: "num1" - bottom: "num2" + bottom: "data1" + bottom: "data2" top: "prod" eltwise_param { operation: PROD # 还有MAX,SUM -- GitLab