From ab231ac84fddf0f611fdb9325aa537e277ee0424 Mon Sep 17 00:00:00 2001 From: Eren Golge Date: Mon, 24 Jun 2019 18:18:03 +0200 Subject: [PATCH] small fix --- synthesize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/synthesize.py b/synthesize.py index 8f338636..2082879b 100644 --- a/synthesize.py +++ b/synthesize.py @@ -81,7 +81,6 @@ if __name__ == "__main__": if args.vocoder_path != "": assert args.use_cuda, " [!] Enable cuda for vocoder." - # load the config C = load_config(args.config_path) C.forward_attn_mask = True