From d4e0baf14da1169fe05e704e68260745a8a25857 Mon Sep 17 00:00:00 2001 From: luomingshuang <739314837@qq.com> Date: Sun, 13 Mar 2022 20:33:29 +0800 Subject: [PATCH] change train.py --- egs/tedlium3/ASR/pruned_transducer_stateless/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/tedlium3/ASR/pruned_transducer_stateless/train.py b/egs/tedlium3/ASR/pruned_transducer_stateless/train.py index 70ed0691e..e09f7e794 100755 --- a/egs/tedlium3/ASR/pruned_transducer_stateless/train.py +++ b/egs/tedlium3/ASR/pruned_transducer_stateless/train.py @@ -108,7 +108,7 @@ def get_parser(): parser.add_argument( "--exp-dir", type=str, - default="pruned_transducer_stateless/exp-4-gpus-300", + default="pruned_transducer_stateless/exp", help="""The experiment dir. It specifies the directory where all training related files, e.g., checkpoints, log, etc, are saved