We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0292dd9 commit 4a11fcdCopy full SHA for 4a11fcd
neuralmonkey/decoders/autoregressive.py
@@ -94,7 +94,8 @@ class DecoderFeedables(NamedTuple(
94
("other", Any)])):
95
"""The input of a single step of an autoregressive decoder.
96
97
- The decoder should be able to decode in each step only using this.
+ The decoder should be able to generate an output symbol only using the
98
+ information contained in this structure.
99
100
Attributes defined here (and in the `other`) substructure should always
101
be batch-major (e.g., shape(batch, ...)).
0 commit comments