Skip to content

Commit

Permalink
another instance of L_i fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
euler16 committed Apr 9, 2019
1 parent 3753a36 commit 0632fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainer/links/connection/n_step_rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def forward(self, hx, xs, **kwargs):
the hidden units.
xs (list of :class:`~chainer.Variable`): List of input sequences.
Each element ``xs[i]`` is a :class:`chainer.Variable` holding
a sequence. Its shape is ``(L_i, I)``, where ``L_t`` is the
a sequence. Its shape is ``(L_i, I)``, where ``L_i`` is the
length of a sequence for batch ``i``, and ``I`` is the size of
the input and is equal to ``in_size``.
Expand Down

0 comments on commit 0632fe0

Please sign in to comment.