Skip to content

Commit 4a11fcd

Browse files
varisdjlibovicky
authored andcommitted
autoregressive.py: docstring edit
1 parent 0292dd9 commit 4a11fcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neuralmonkey/decoders/autoregressive.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ class DecoderFeedables(NamedTuple(
9494
("other", Any)])):
9595
"""The input of a single step of an autoregressive decoder.
9696
97-
The decoder should be able to decode in each step only using this.
97+
The decoder should be able to generate an output symbol only using the
98+
information contained in this structure.
9899
99100
Attributes defined here (and in the `other`) substructure should always
100101
be batch-major (e.g., shape(batch, ...)).

0 commit comments

Comments
 (0)