From a783b9646729954623c37b932431ad0df0c253e3 Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Wed, 16 Mar 2022 12:43:44 +0800 Subject: [PATCH] Fix typo --- egs/librispeech/ASR/transducer_stateless/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/transducer_stateless/train.py b/egs/librispeech/ASR/transducer_stateless/train.py index 8f2157715..1190522e7 100755 --- a/egs/librispeech/ASR/transducer_stateless/train.py +++ b/egs/librispeech/ASR/transducer_stateless/train.py @@ -111,7 +111,7 @@ def get_parser(): "--exp-dir", type=str, # was 2c_maxabs1000_maxp0.95_noexp_convderiv2warmup_scale_0mean, then reworking initialization.. - default="transducer_stateless/randcombine1_expscale3_rework2d" + default="transducer_stateless/randcombine1_expscale3_rework2d", help="""The experiment dir. It specifies the directory where all training related files, e.g., checkpoints, log, etc, are saved