Update egs/librispeech/ASR/pruned_transducer_stateless7/export-onnx.py

Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
This commit is contained in:
zr_jin 2023-07-07 15:34:33 +08:00 committed by GitHub
parent bd69685e03
commit 7db7a7d36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ GIT_LFS_SKIP_SMUDGE=1 git clone $repo_url
repo=$(basename $repo_url) repo=$(basename $repo_url)
pushd $repo pushd $repo
git lfs pull --include "data/lang_bpe_500/tokens.txt"
git lfs pull --include "exp/pretrained-epoch-30-avg-9.pt" git lfs pull --include "exp/pretrained-epoch-30-avg-9.pt"
cd exp cd exp