From 225c8a03b6dd31e568136c69d2d1ab85f62d3abc Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Thu, 23 Dec 2021 12:56:09 +0800 Subject: [PATCH] Fix typos. --- .github/workflows/run-pretrained-transducer-stateless.yml | 2 +- .github/workflows/run-pretrained-transducer.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-pretrained-transducer-stateless.yml b/.github/workflows/run-pretrained-transducer-stateless.yml index 7af2299a4..026d3967c 100644 --- a/.github/workflows/run-pretrained-transducer-stateless.yml +++ b/.github/workflows/run-pretrained-transducer-stateless.yml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: run-pre-trained-tranducer-stateless +name: run-pre-trained-trandsucer-stateless on: push: diff --git a/.github/workflows/run-pretrained-transducer.yml b/.github/workflows/run-pretrained-transducer.yml index 23f3ed697..f0ebddba3 100644 --- a/.github/workflows/run-pretrained-transducer.yml +++ b/.github/workflows/run-pretrained-transducer.yml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: run-pre-trained-tranducer +name: run-pre-trained-transducer on: push: @@ -86,7 +86,7 @@ jobs: run: | export PYTHONPATH=$PWD:PYTHONPATH cd egs/librispeech/ASR - ./transducer_stateless/pretrained.py \ + ./transducer/pretrained.py \ --method greedy_search \ --checkpoint ./tmp/icefall-asr-librispeech-transducer-bpe-500-2021-12-23/exp/pretrained.pt \ --bpe-model ./tmp/icefall-asr-librispeech-transducer-bpe-500-2021-12-23/data/lang_bpe_500/bpe.model \ @@ -99,7 +99,7 @@ jobs: run: | export PYTHONPATH=$PWD:$PYTHONPATH cd egs/librispeech/ASR - ./transducer_stateless/pretrained.py \ + ./transducer/pretrained.py \ --method beam_search \ --beam-size 4 \ --checkpoint ./tmp/icefall-asr-librispeech-transducer-bpe-500-2021-12-23/exp/pretrained.pt \