Skip to content

Commit

Permalink
Update transformer_decoder docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Apr 13, 2019
1 parent 0061bdb commit 25da80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texar/modules/decoders/transformer_decoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class TransformerDecoder(ModuleBase, TFDecoder):
https://arxiv.org/pdf/1608.05859.pdf
- `None`. A dense layer will be created based on attr:`vocab_size`\
and `hparams.output_layer_bias`.
- If no output layer after the cell output is needed, set \
- If no output layer in the end is needed, set \
`(vocab_size=None, output_layer=tf.identity)`.
.. document private functions
Expand Down

0 comments on commit 25da80d

Please sign in to comment.