mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-09 09:04:19 +00:00
removed attention-decoder to fix 143 error
This commit is contained in:
parent
b80aae7ab1
commit
d977d47c37
@ -28,7 +28,7 @@ popd
|
|||||||
|
|
||||||
ls -lh $repo/exp/*.pt
|
ls -lh $repo/exp/*.pt
|
||||||
|
|
||||||
for method in ctc-decoding attention-decoder; do
|
for method in ctc-decoding 1best nbest nbest-rescoring; do
|
||||||
log "$method"
|
log "$method"
|
||||||
|
|
||||||
./conformer_ctc/pretrained.py \
|
./conformer_ctc/pretrained.py \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user