Skip to content

Commit

Permalink
Merge dc74aad into 126c432
Browse files Browse the repository at this point in the history
  • Loading branch information
okuta committed Aug 16, 2017
2 parents 126c432 + dc74aad commit 96b7acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/gradient_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def check_backward(func, x_data, y_grad, params=(),
To reduce computational time, it uses a function
:math:`g: \\mathbb{R} \\rightarrow \\mathbb{R}^n` defined as
:math:`g(\\alpha) = f(\\alpha x)`, where :math:`\\alpha \in \\mathbb{R}`
:math:`g(\\alpha) = f(\\alpha x)`, where :math:`\\alpha \\in \\mathbb{R}`
and :math:`f` is a function which actually
you want to test.
Its gradient is
Expand Down

0 comments on commit 96b7acd

Please sign in to comment.