提交 383b27df 编写于 作者: T Travis CI

Deploy to GitHub Pages: 3e9ea348

上级 eb5563f6
......@@ -4378,9 +4378,12 @@ a_i * z_i &amp;\quad \mathrm{otherwise}\end{split}\]</div>
<li>partial_sum = number of outputs, indicates all elements share the same weight.</li>
</ul>
</li>
<li><strong>channel_shared</strong> (<em>bool</em>) &#8211; whether or not the parameter are shared across channels.
- channel_shared = True, we set the partial_sum to the number of outputs.
- channel_shared = False, we set the partial_sum to the number of elements in one channel.</li>
<li><strong>channel_shared</strong> (<em>bool</em>) &#8211; <p>whether or not the parameter are shared across channels.</p>
<ul>
<li>channel_shared = True, we set the partial_sum to the number of outputs.</li>
<li>channel_shared = False, we set the partial_sum to the number of elements in one channel.</li>
</ul>
</li>
<li><strong>num_channels</strong> (<em>int</em>) &#8211; number of input channel.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) &#8211; The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) &#8211; The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
......
......@@ -4392,9 +4392,12 @@ a_i * z_i &amp;\quad \mathrm{otherwise}\end{split}\]</div>
<li>partial_sum = number of outputs, indicates all elements share the same weight.</li>
</ul>
</li>
<li><strong>channel_shared</strong> (<em>bool</em>) &#8211; whether or not the parameter are shared across channels.
- channel_shared = True, we set the partial_sum to the number of outputs.
- channel_shared = False, we set the partial_sum to the number of elements in one channel.</li>
<li><strong>channel_shared</strong> (<em>bool</em>) &#8211; <p>whether or not the parameter are shared across channels.</p>
<ul>
<li>channel_shared = True, we set the partial_sum to the number of outputs.</li>
<li>channel_shared = False, we set the partial_sum to the number of elements in one channel.</li>
</ul>
</li>
<li><strong>num_channels</strong> (<em>int</em>) &#8211; number of input channel.</li>
<li><strong>param_attr</strong> (<em>paddle.v2.attr.ParameterAttribute</em>) &#8211; The parameter attribute. See paddle.v2.attr.ParameterAttribute for details.</li>
<li><strong>layer_attr</strong> (<em>paddle.v2.attr.ExtraAttribute | None</em>) &#8211; The extra layer attribute. See paddle.v2.attr.ExtraAttribute for
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册