Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln authored Nov 15, 2017
1 parent 201656e commit 4e7d6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opennmt/decoders/rnn_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def decode(self,

output_layer = self._build_output_layer(vocab_size)

# With TraningHelper, project all timesteps at once.
# With TrainingHelper, project all timesteps at once.
fused_projection = isinstance(helper, tf.contrib.seq2seq.TrainingHelper)

decoder = tf.contrib.seq2seq.BasicDecoder(
Expand Down

0 comments on commit 4e7d6dd

Please sign in to comment.