From a2ee48c28e6c4cf9d00063218154e3c3cd2747a4 Mon Sep 17 00:00:00 2001 From: Edresson Date: Wed, 29 Jul 2020 18:22:13 -0300 Subject: [PATCH] bugfix in GST --- mozilla_voice_tts/bin/train_tts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla_voice_tts/bin/train_tts.py b/mozilla_voice_tts/bin/train_tts.py index f7bb0b60..daa517b9 100644 --- a/mozilla_voice_tts/bin/train_tts.py +++ b/mozilla_voice_tts/bin/train_tts.py @@ -559,8 +559,6 @@ def main(args): # pylint: disable=redefined-outer-name # setup criterion criterion = TacotronLoss(c, stopnet_pos_weight=10.0, ga_sigma=0.4) - for name, _ in model.named_parameters(): - print(name) if args.restore_path: checkpoint = torch.load(args.restore_path, map_location='cpu')