Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyubyong committed Oct 26, 2017
1 parent a6f2fc3 commit 6672f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __init__(self, is_training=True):
## Positional Encoding
if hp.sinusoid:
self.enc += positional_encoding(self.x,
vocab_size=hp.maxlen,
num_units=hp.hidden_units,
zero_pad=False,
scale=False,
Expand Down

0 comments on commit 6672f93

Please sign in to comment.