mirror of https://github.com/coqui-ai/TTS.git
fix #655
This commit is contained in:
parent
06a3ba2fe2
commit
8a106e0527
|
@ -172,6 +172,7 @@ def process_args(args, model_type):
|
||||||
audio_path = os.path.join(out_path, "test_audios")
|
audio_path = os.path.join(out_path, "test_audios")
|
||||||
|
|
||||||
c_logger = ConsoleLogger()
|
c_logger = ConsoleLogger()
|
||||||
|
tb_logger = None
|
||||||
|
|
||||||
if args.rank == 0:
|
if args.rank == 0:
|
||||||
os.makedirs(audio_path, exist_ok=True)
|
os.makedirs(audio_path, exist_ok=True)
|
||||||
|
|
Loading…
Reference in New Issue