Skip to content

Commit

Permalink
Merge pull request #5006 from chainer/Crissman-typo-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
okuta committed Jun 26, 2018
1 parent d97b8b4 commit d5d068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/functions/connection/n_step_gru.py
Expand Up @@ -54,7 +54,7 @@ def n_step_gru(
As the function accepts a sequence, it calculates :math:`h_t` for all
:math:`t` with one call. Six weight matrices and six bias vectors are
required for each layers. So, when :math:`S` layers exists, you need to
prepare :math:`6S` weigth matrices and :math:`6S` bias vectors.
prepare :math:`6S` weight matrices and :math:`6S` bias vectors.
If the number of layers ``n_layers`` is greather than :math:`1`, input
of ``k``-th layer is hidden state ``h_t`` of ``k-1``-th layer.
Expand Down

0 comments on commit d5d068f

Please sign in to comment.