From 5bdf0e23437a99f1339f9684e5473a65bf0fcc6a Mon Sep 17 00:00:00 2001 From: pkufool Date: Mon, 27 Jun 2022 19:28:01 +0800 Subject: [PATCH] fix typo --- egs/librispeech/ASR/pruned_transducer_stateless2/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless2/train.py b/egs/librispeech/ASR/pruned_transducer_stateless2/train.py index 67303330a..13175c4c2 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless2/train.py @@ -48,7 +48,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3" --exp-dir pruned_transducer_stateless/exp \ --full-libri 1 \ --dynamic-chunk-training 1 \ - --causal_convolution 1 \ + --causal-convolution 1 \ --short-chunk-size 25 \ --num-left-chunks 4 \ --max-duration 300