diff --git a/egs/librispeech/ASR/transducer_stateless/train.py b/egs/librispeech/ASR/transducer_stateless/train.py index 1434d6da4..897cf5411 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/randcombine1_expscale3_rework2c_maxabs1000", + default="transducer_stateless/randcombine1_expscale3_rework2c_maxabs1000_maxp0.95", help="""The experiment dir. It specifies the directory where all training related files, e.g., checkpoints, log, etc, are saved