We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd71473 commit 5bb10eeCopy full SHA for 5bb10ee
hparams.py
@@ -84,7 +84,7 @@
84
"query_position_rate": 1.0,
85
"key_position_rate": 1.385,
86
"key_projection": True,
87
- "value_projection": True,
+ "value_projection": False,
88
"clip_thresh": 0.1,
89
"initial_learning_rate": 5e-4,
90
},
@@ -205,7 +205,7 @@
205
# whether to rescale waveform or not.
206
# Let x is an input waveform, rescaled waveform y is given by:
207
# y = x / np.abs(x).max() * rescaling_max
208
- rescaling=False,
+ rescaling=True,
209
rescaling_max=0.999,
210
# mel-spectrogram is normalized to [0, 1] for each utterance and clipping may
211
# happen depends on min_level_db and ref_level_db, causing clipping noise.
0 commit comments