提交 64d90155 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor typo fix

上级 fdeda4f8
...@@ -4280,7 +4280,7 @@ def grad(cost, wrt, g_cost=None, consider_constant=[], warn_type=False): ...@@ -4280,7 +4280,7 @@ def grad(cost, wrt, g_cost=None, consider_constant=[], warn_type=False):
each element of the list. If an element of `wrt` is not differentiable each element of the list. If an element of `wrt` is not differentiable
with respect to the output, then a zero variable is returned. with respect to the output, then a zero variable is returned.
This function is a wrapper around a the more general function This function is a wrapper around the more general function
`theano.gradient.grad_sources_inputs``. `theano.gradient.grad_sources_inputs``.
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论