未验证 提交 c3b9c6e2 编写于 作者: S SunAhong1993 提交者: GitHub

Update Eltwise.md

上级 3d765f2d
......@@ -9,8 +9,8 @@ layer {
bottom: "num1"
bottom: "num2"
top: "prod"
eltwise_param{
operation: PROD #还有MAX,SUM
eltwise_param {
operation: PROD # 还有MAX,SUM
stable_prod_grad: false
# coeff: 1
# coeff: -1
......@@ -26,24 +26,25 @@ layer {
paddle.fluid.layers.elementwise_sum(
x,
y,
axis = -1,
act = None,
name = None
axis=-1,
act=None,
name=None
)
paddle.fluid.layers.elementwise_max(
x,
y,
axis = -1,
act = None,
name = None
axis=-1,
act=None,
name=None
)
paddle.fluid.layers.elementwise_mul(
x,
y,
axis = -1,
act = None,name = None
axis=-1,
act=None,
name=None
)
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册