Skip to content

Commit

Permalink
Fix doc of rnn_decoders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Feb 26, 2019
1 parent 058e9da commit 28e920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texar/modules/decoders/rnn_decoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def default_hparams():
A dictionary of RNN cell hyperparameters. Ignored if
:attr:`cell` is given to the decoder constructor.
The default value is defined in
:meth:`~texar.core.layers.default_rnn_cell_hparams`.
:func:`~texar.core.default_rnn_cell_hparams`.
"max_decoding_length_train": int or None
Maximum allowed number of decoding steps in training mode.
Expand Down

0 comments on commit 28e920b

Please sign in to comment.