From 7e1d4032ae89244945b8eb1216852a48305b4e99 Mon Sep 17 00:00:00 2001 From: begeekmyfriend Date: Mon, 24 Aug 2020 16:46:58 +0800 Subject: [PATCH] Change GTA mel padding value Signed-off-by: begeekmyfriend --- hparams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hparams.py b/hparams.py index 6e9bdc9b..beec5870 100644 --- a/hparams.py +++ b/hparams.py @@ -52,7 +52,7 @@ voc_total_steps = 800_000 # Total number of training steps voc_test_samples = 50 # How many unseen samples to put aside for testing voc_pad = 2 # this will pad the input so that the resnet can 'see' wider than input length -voc_pad_val = -12 # this is the minimum of mel features +voc_pad_val = -4 # this is the minimum of mel features voc_seq_len = hop_length * 5 # must be a multiple of hop_length # Generating / Synthesizing