diff --git a/egs/librispeech/ASR/transducer_stateless/train.py b/egs/librispeech/ASR/transducer_stateless/train.py index 6d6b3f240..eed89e6b9 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_expscale5_brelu", + default="transducer_stateless/specaugmod_baseline_randcombine1_expscale5_brelu2", help="""The experiment dir. It specifies the directory where all training related files, e.g., checkpoints, log, etc, are saved