Skip to content

Commit

Permalink
autoregressive.py: docstring edit
Browse files Browse the repository at this point in the history
  • Loading branch information
varisd committed Mar 21, 2019
1 parent b4a521c commit cd1e15a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neuralmonkey/decoders/autoregressive.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ class DecoderFeedables(NamedTuple(
("other", Any)])):
"""The input of a single step of an autoregressive decoder.
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
information contained in this structure.
Attributes defined here (and in the `other`) substructure should always
be batch-major (e.g., shape(batch, ...)).
Expand Down

0 comments on commit cd1e15a

Please sign in to comment.