From 9176da75745e2e5cb354f43a06af93189f3cbef6 Mon Sep 17 00:00:00 2001 From: Mingshuang Luo <37799481+luomingshuang@users.noreply.github.com> Date: Thu, 14 Oct 2021 19:21:02 +0800 Subject: [PATCH] Update pretrained.py --- egs/librispeech/ASR/conformer_ctc/pretrained.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/egs/librispeech/ASR/conformer_ctc/pretrained.py b/egs/librispeech/ASR/conformer_ctc/pretrained.py index d9b5bc130..1ce95f891 100755 --- a/egs/librispeech/ASR/conformer_ctc/pretrained.py +++ b/egs/librispeech/ASR/conformer_ctc/pretrained.py @@ -57,22 +57,19 @@ def get_parser(): parser.add_argument( "--words-file", type=str, - help="Path to words.txt " - "Used only when method is not ctc-decoding", + help="Path to words.txt " "Used only when method is not ctc-decoding", ) parser.add_argument( "--HLG", type=str, - help="Path to HLG.pt. " - "Used only when method is not ctc-decoding", + help="Path to HLG.pt. " "Used only when method is not ctc-decoding", ) parser.add_argument( "--bpe-model", type=str, - help="Path to bpe.model. " - "Used only when method is ctc-decoding.", + help="Path to bpe.model. " "Used only when method is ctc-decoding.", ) parser.add_argument(