Skip to content

Commit 5bb10ee

Browse files
committed
try this
1 parent dd71473 commit 5bb10ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hparams.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"query_position_rate": 1.0,
8585
"key_position_rate": 1.385,
8686
"key_projection": True,
87-
"value_projection": True,
87+
"value_projection": False,
8888
"clip_thresh": 0.1,
8989
"initial_learning_rate": 5e-4,
9090
},
@@ -205,7 +205,7 @@
205205
# whether to rescale waveform or not.
206206
# Let x is an input waveform, rescaled waveform y is given by:
207207
# y = x / np.abs(x).max() * rescaling_max
208-
rescaling=False,
208+
rescaling=True,
209209
rescaling_max=0.999,
210210
# mel-spectrogram is normalized to [0, 1] for each utterance and clipping may
211211
# happen depends on min_level_db and ref_level_db, causing clipping noise.

0 commit comments

Comments
 (0)