Skip to content

Commit

Permalink
Set position_encoding to True in transformer example config. (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightXiaoHan authored Aug 23, 2021
1 parent 6cb0320 commit 4cd9978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/onmt.train.fp16.transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ dropout: [0.1]
attention_dropout: [0.1]
share_decoder_embeddings: true
share_embeddings: true
position_encoding: true

0 comments on commit 4cd9978

Please sign in to comment.