Skip to content

Commit

Permalink
Merge pull request #98 from guotong1988/patch-1
Browse files Browse the repository at this point in the history
Fix duplicate key-value in TransformerDecoder
  • Loading branch information
ZhitingHu committed Mar 7, 2019
2 parents fc15fa2 + b4230a4 commit 9b34a94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion texar/modules/decoders/transformer_decoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def default_hparams():
'dropout_rate': 0.1,
'output_dim': 512,
'use_bias': False,
'num_units': 512,
},
"initializer": None,
"name": "transformer_decoder",
Expand Down

0 comments on commit 9b34a94

Please sign in to comment.