From 87b843f02301738395a6d7c0651a295e11a92a08 Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Thu, 10 Mar 2022 14:44:55 +0800 Subject: [PATCH] Change exp dir --- 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 0dbd8479b..4fd4bf764 100755 --- a/egs/librispeech/ASR/transducer_stateless/train.py +++ b/egs/librispeech/ASR/transducer_stateless/train.py @@ -110,7 +110,7 @@ def get_parser(): parser.add_argument( "--exp-dir", type=str, - default="transducer_stateless/specaugmod_baseline_randcombine1_expscale3_brelu2swish2_0.1", + default="transducer_stateless/specaugmod_baseline_randcombine1_expscale3_brelu2swish2_0.1_bnorm", help="""The experiment dir. It specifies the directory where all training related files, e.g., checkpoints, log, etc, are saved