提交 18f81012 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fixes

上级 f312d806
...@@ -1317,9 +1317,9 @@ def verify_grad(fun, pt, n_tests=2, rng=None, eps=None, ...@@ -1317,9 +1317,9 @@ def verify_grad(fun, pt, n_tests=2, rng=None, eps=None,
:param eps: stepsize used in the Finite Difference Method (Default :param eps: stepsize used in the Finite Difference Method (Default
None is type-dependent) None is type-dependent)
Raising the value of eps can raise or lower the absolute and Raising the value of eps can raise or lower the absolute and
relative error of the verification depending of the relative errors of the verification depending on the
Op. Raising the eps do not lower the verification quality. It Op. Raising eps does not lower the verification quality. It
is better to raise eps then raising abs_tol or rel_tol. is better to raise eps than raising abs_tol or rel_tol.
:param out_type: dtype of output, if complex (i.e. 'complex32' or :param out_type: dtype of output, if complex (i.e. 'complex32' or
'complex64') 'complex64')
:param abs_tol: absolute tolerance used as threshold for gradient :param abs_tol: absolute tolerance used as threshold for gradient
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论