Add multi_quantization to requirements.txt (#464)

* Add multi_quantization to requirements.txt
This commit is contained in:
Fangjun Kuang 2022-07-07 14:36:08 +08:00 committed by GitHub
parent 8e0b7ea518
commit 8761452a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,7 @@ soxi $repo/test_wavs/*.wav
ls -lh $repo/test_wavs/*.wav
pushd $repo/exp
ln -s pretrained-epoch-29-avg-5-torch-1.10.pt pretrained.pt
ln -s pretrained-epoch-29-avg-5-torch-1.10.0.pt pretrained.pt
popd
for sym in 1 2 3; do

View File

@ -37,7 +37,7 @@ for sym in 1 2 3; do
--nhead 8 \
--encoder-dim 512 \
--decoder-dim 512 \
--joiner-dim 512
--joiner-dim 512 \
$repo/test_wavs/1089-134686-0001.wav \
$repo/test_wavs/1221-135766-0001.wav \
$repo/test_wavs/1221-135766-0002.wav
@ -82,6 +82,7 @@ if [[ x"${GITHUB_EVENT_NAME}" == x"schedule" || x"${GITHUB_EVENT_LABEL_NAME}" ==
./pruned_transducer_stateless5/decode.py \
--decoding-method $method \
--use-averaged-model 0 \
--epoch 999 \
--avg 1 \
--max-duration $max_duration \

View File

@ -19,3 +19,4 @@ kaldialign==0.2
sentencepiece==0.1.96
tensorboard==2.8.0
typeguard==2.13.3
multi_quantization

View File

@ -3,3 +3,4 @@ kaldialign
sentencepiece>=0.1.96
tensorboard
typeguard
multi_quantization