Skip to content

Commit

Permalink
edit format
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Aug 6, 2016
1 parent 2c8ce14 commit c4d22c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorlayer/iterate.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def seq_minibatches(inputs, targets, batch_size, seq_length, stride=1):
`Karpathy RNN Blog <http://karpathy.github.io/2015/05/21/rnn-effectiveness/>`_
shows.
If batch_size = 100, seq_length = 5, a return input will have 500 rows (examples).
If ``batch_size = 100, seq_length = 5``, one return will have ``500`` rows (examples).
Examples
--------
Expand Down

0 comments on commit c4d22c6

Please sign in to comment.