Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool committed Feb 29, 2024
1 parent 248e692 commit 1cbb8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/test-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ popd
repo=$dir/$repo
ls -lh $repo

python3 ./python-api-examples/keyword_spotter.py \
python3 ./python-api-examples/keyword-spotter.py \
--tokens=$repo/tokens.txt \
--encoder=$repo/encoder-epoch-12-avg-2-chunk-16-left-64.onnx \
--decoder=$repo/decoder-epoch-12-avg-2-chunk-16-left-64.onnx \
Expand All @@ -338,7 +338,7 @@ popd
repo=$dir/$repo
ls -lh $repo

python3 ./python-api-examples/keyword_spotter.py \
python3 ./python-api-examples/keyword-spotter.py \
--tokens=$repo/tokens.txt \
--encoder=$repo/encoder-epoch-12-avg-2-chunk-16-left-64.onnx \
--decoder=$repo/decoder-epoch-12-avg-2-chunk-16-left-64.onnx \
Expand Down

0 comments on commit 1cbb8e1

Please sign in to comment.