From 293753280327ea5bf1db0cfcdfec18d9cef7b38f Mon Sep 17 00:00:00 2001 From: Bailey Hirota Date: Fri, 11 Jul 2025 19:13:19 +0900 Subject: [PATCH] fix incomplete error handling --- egs/reazonspeech/ASR/zipformer/train.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/egs/reazonspeech/ASR/zipformer/train.py b/egs/reazonspeech/ASR/zipformer/train.py index 0bd2542fe..738d50a7f 100755 --- a/egs/reazonspeech/ASR/zipformer/train.py +++ b/egs/reazonspeech/ASR/zipformer/train.py @@ -1227,6 +1227,8 @@ def run(rank, world_size, args): logging.info(f"Loaded MUSAN manifest from {musan_path}") else: cuts_musan = None + else: + cuts_musan = None train_dl = reazonspeech_corpus.train_dataloaders( train_cuts,