未验证 提交 620cc0a5 编写于 作者: J Jason 提交者: GitHub

Update Power.md

上级 4d3a4b79
...@@ -27,6 +27,8 @@ paddle.fluid.layers.power( ...@@ -27,6 +27,8 @@ paddle.fluid.layers.power(
``` ```
### 功能差异 ### 功能差异
#### 计算机制的差异 #### 计算机制
Caffe:有三个关于计算的参数,其计算公式为:$$y=(shift+scale \times x)^2$$ Caffe:计算公式如下所示,
PaddlePaddle:只有一个关于计算的参数`factor`,其计算公式为:$$y=x^factor$$ $$y=(shift+scale \times x)^2$$
PaddlePaddle:计算公式如下所示,
$$y=x^{factor}$$
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册