From 4b606dd3931fbb79d580f9d8188c0d3b14db9c1a Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 12 Mar 2022 16:02:19 +0800 Subject: [PATCH] Fix errors in GitHub CI. --- .github/workflows/run-librispeech-2022-03-12.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-librispeech-2022-03-12.yml b/.github/workflows/run-librispeech-2022-03-12.yml index c222085cd..74052312e 100644 --- a/.github/workflows/run-librispeech-2022-03-12.yml +++ b/.github/workflows/run-librispeech-2022-03-12.yml @@ -87,7 +87,7 @@ jobs: export PYTHONPATH=$PWD:PYTHONPATH dir=./tmp/icefall-asr-librispeech-pruned-transducer-stateless-2022-03-12 cd egs/librispeech/ASR - ./transducer_stateless/pretrained.py \ + ./pruned_transducer_stateless/pretrained.py \ --method greedy_search \ --max-sym-per-frame 1 \ --checkpoint $dir/exp/pretrained.pt \ @@ -102,7 +102,7 @@ jobs: export PYTHONPATH=$PWD:PYTHONPATH dir=./tmp/icefall-asr-librispeech-pruned-transducer-stateless-2022-03-12 cd egs/librispeech/ASR - ./transducer_stateless/pretrained.py \ + ./pruned_transducer_stateless/pretrained.py \ --method greedy_search \ --max-sym-per-frame 2 \ --checkpoint $dir/exp/pretrained.pt \ @@ -117,7 +117,7 @@ jobs: export PYTHONPATH=$PWD:PYTHONPATH dir=./tmp/icefall-asr-librispeech-pruned-transducer-stateless-2022-03-12 cd egs/librispeech/ASR - ./transducer_stateless/pretrained.py \ + ./pruned_transducer_stateless/pretrained.py \ --method greedy_search \ --max-sym-per-frame 3 \ --checkpoint $dir/exp/pretrained.pt \ @@ -132,7 +132,7 @@ jobs: export PYTHONPATH=$PWD:$PYTHONPATH dir=./tmp/icefall-asr-librispeech-pruned-transducer-stateless-2022-03-12 cd egs/librispeech/ASR - ./transducer_stateless/pretrained.py \ + ./pruned_transducer_stateless/pretrained.py \ --method beam_search \ --beam-size 4 \ --checkpoint $dir/exp/pretrained.pt \ @@ -147,7 +147,7 @@ jobs: export PYTHONPATH=$PWD:$PYTHONPATH dir=./tmp/icefall-asr-librispeech-pruned-transducer-stateless-2022-03-12 cd egs/librispeech/ASR - ./transducer_stateless/pretrained.py \ + ./pruned_transducer_stateless/pretrained.py \ --method modified_beam_search \ --beam-size 4 \ --checkpoint $dir/exp/pretrained.pt \