pull/367/head
Eren Gölge 2021-02-15 17:06:03 +00:00 committed by Eren Gölge
parent 534c341f16
commit ffceccb021
1 changed files with 1 additions and 0 deletions

View File

@ -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)