Skip to content

Commit

Permalink
never mind
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Dec 19, 2017
1 parent 601eaf4 commit bd30e08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@
"binary_divergence_weight": 0.1,
"use_decoder_state_for_postnet_input": True,

# If both true, that's fine, but seems loss tends to decrease slowly
"key_projection": False,
"value_projection": False,
"key_projection": True,
"value_projection": True,

"clip_thresh": 0.1,
"initial_learning_rate": 5e-4,
Expand All @@ -80,7 +79,6 @@
"query_position_rate": 2.0,
"key_position_rate": 7.6,

# seems good effect?
"key_projection": True,
"value_projection": True,

Expand Down

0 comments on commit bd30e08

Please sign in to comment.