From 8e1de6a377f19fd91fbd74cc7a2f035bba678252 Mon Sep 17 00:00:00 2001 From: PingFeng Luo Date: Tue, 4 Jan 2022 17:48:48 +0800 Subject: [PATCH] delete duplicate option --- egs/wenetspeech/ASR/transducer_stateless/train.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/egs/wenetspeech/ASR/transducer_stateless/train.py b/egs/wenetspeech/ASR/transducer_stateless/train.py index ddde9b897..9eb6deff4 100755 --- a/egs/wenetspeech/ASR/transducer_stateless/train.py +++ b/egs/wenetspeech/ASR/transducer_stateless/train.py @@ -129,13 +129,6 @@ def get_parser(): "2 means tri-gram", ) - parser.add_argument( - "--on-the-fly", - type=str2bool, - default=True, - help="Use on-the-fly feature extraction", - ) - return parser