Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ In the PTB tutorial, we set ``batch_size = 20``, so we divide the dataset into 2
At the beginning of each epoch, we initialize (reset) the 20 RNN states for the 20
segments to zero, then go through the 20 segments separately.

A example of generating training data is as follows:
An example of generating training data is as follows:

.. code-block:: python
Expand Down