mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Add multi_quantization to requirements.txt (#464)
* Add multi_quantization to requirements.txt
This commit is contained in:
parent
8e0b7ea518
commit
8761452a2c
@ -27,7 +27,7 @@ soxi $repo/test_wavs/*.wav
|
|||||||
ls -lh $repo/test_wavs/*.wav
|
ls -lh $repo/test_wavs/*.wav
|
||||||
|
|
||||||
pushd $repo/exp
|
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
|
popd
|
||||||
|
|
||||||
for sym in 1 2 3; do
|
for sym in 1 2 3; do
|
||||||
|
@ -37,7 +37,7 @@ for sym in 1 2 3; do
|
|||||||
--nhead 8 \
|
--nhead 8 \
|
||||||
--encoder-dim 512 \
|
--encoder-dim 512 \
|
||||||
--decoder-dim 512 \
|
--decoder-dim 512 \
|
||||||
--joiner-dim 512
|
--joiner-dim 512 \
|
||||||
$repo/test_wavs/1089-134686-0001.wav \
|
$repo/test_wavs/1089-134686-0001.wav \
|
||||||
$repo/test_wavs/1221-135766-0001.wav \
|
$repo/test_wavs/1221-135766-0001.wav \
|
||||||
$repo/test_wavs/1221-135766-0002.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 \
|
./pruned_transducer_stateless5/decode.py \
|
||||||
--decoding-method $method \
|
--decoding-method $method \
|
||||||
|
--use-averaged-model 0 \
|
||||||
--epoch 999 \
|
--epoch 999 \
|
||||||
--avg 1 \
|
--avg 1 \
|
||||||
--max-duration $max_duration \
|
--max-duration $max_duration \
|
||||||
|
@ -19,3 +19,4 @@ kaldialign==0.2
|
|||||||
sentencepiece==0.1.96
|
sentencepiece==0.1.96
|
||||||
tensorboard==2.8.0
|
tensorboard==2.8.0
|
||||||
typeguard==2.13.3
|
typeguard==2.13.3
|
||||||
|
multi_quantization
|
||||||
|
@ -3,3 +3,4 @@ kaldialign
|
|||||||
sentencepiece>=0.1.96
|
sentencepiece>=0.1.96
|
||||||
tensorboard
|
tensorboard
|
||||||
typeguard
|
typeguard
|
||||||
|
multi_quantization
|
||||||
|
Loading…
x
Reference in New Issue
Block a user