From aeb4f8223320643c1b5b2c859551ffc40ad34ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 16 Mar 2021 17:07:29 +0100 Subject: [PATCH] bug fix --- TTS/utils/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/utils/arguments.py b/TTS/utils/arguments.py index 6a09986c..ea195767 100644 --- a/TTS/utils/arguments.py +++ b/TTS/utils/arguments.py @@ -176,7 +176,7 @@ def process_args(args, model_type): _ = os.path.dirname(os.path.realpath(__file__)) - if model_type in "tacotron wavegrad wavernn" and c.mixed_precision: + if c.mixed_precision: print(" > Mixed precision mode is ON") out_path = args.continue_path