From 1c6a6a201142f8c78bfb089d5371503fca80a353 Mon Sep 17 00:00:00 2001 From: zr_jin Date: Thu, 7 Mar 2024 16:35:41 +0800 Subject: [PATCH] Update train.py modified a default param. --- egs/multi_zh-hans/ASR/whisper/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/multi_zh-hans/ASR/whisper/train.py b/egs/multi_zh-hans/ASR/whisper/train.py index c6d81b319..19bd188c5 100644 --- a/egs/multi_zh-hans/ASR/whisper/train.py +++ b/egs/multi_zh-hans/ASR/whisper/train.py @@ -135,7 +135,7 @@ def get_parser(): parser.add_argument( "--exp-dir", type=str, - default="pruned_transducer_stateless7/exp", + default="whisper/exp", help="""The experiment dir. It specifies the directory where all training related files, e.g., checkpoints, log, etc, are saved