提交 19d4e1d3 编写于 作者: T Travis CI

Deploy to GitHub Pages: 3b543756

上级 81d24295
...@@ -284,10 +284,10 @@ value larger than some value, will be ...@@ -284,10 +284,10 @@ value larger than some value, will be
clipped.</li> clipped.</li>
<li><strong>sparse_update</strong> (<em>bool</em>) &#8211; Enable sparse update for this parameter. It will <li><strong>sparse_update</strong> (<em>bool</em>) &#8211; Enable sparse update for this parameter. It will
enable both local and remote sparse update.</li> enable both local and remote sparse update.</li>
<li><strong>initializer</strong> &#8211; If not None, it should be a callable object which accepts <li><strong>update_hooks</strong> (<em>HookAttribute</em>) &#8211; A HookAttribute object.</li>
<li><strong>initializer</strong> (<em>callable object</em>) &#8211; If not None, it should be a callable object which accepts
a parameter name and returns numpy array for the initial a parameter name and returns numpy array for the initial
value of the parameter</li> value of the parameter</li>
<li><strong>initializer</strong> &#8211; callable object</li>
</ul> </ul>
</td> </td>
</tr> </tr>
......
...@@ -297,10 +297,10 @@ value larger than some value, will be ...@@ -297,10 +297,10 @@ value larger than some value, will be
clipped.</li> clipped.</li>
<li><strong>sparse_update</strong> (<em>bool</em>) &#8211; Enable sparse update for this parameter. It will <li><strong>sparse_update</strong> (<em>bool</em>) &#8211; Enable sparse update for this parameter. It will
enable both local and remote sparse update.</li> enable both local and remote sparse update.</li>
<li><strong>initializer</strong> &#8211; If not None, it should be a callable object which accepts <li><strong>update_hooks</strong> (<em>HookAttribute</em>) &#8211; A HookAttribute object.</li>
<li><strong>initializer</strong> (<em>callable object</em>) &#8211; If not None, it should be a callable object which accepts
a parameter name and returns numpy array for the initial a parameter name and returns numpy array for the initial
value of the parameter</li> value of the parameter</li>
<li><strong>initializer</strong> &#8211; callable object</li>
</ul> </ul>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册