From 8a106e0527374f9ad5a42dbc198a9fd7039e773f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 15 Feb 2021 17:06:03 +0000 Subject: [PATCH] fix #655 --- TTS/utils/arguments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/TTS/utils/arguments.py b/TTS/utils/arguments.py index 922caaa0..c7c0f9db 100644 --- a/TTS/utils/arguments.py +++ b/TTS/utils/arguments.py @@ -172,6 +172,7 @@ def process_args(args, model_type): audio_path = os.path.join(out_path, "test_audios") c_logger = ConsoleLogger() + tb_logger = None if args.rank == 0: os.makedirs(audio_path, exist_ok=True)