mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-07 08:04:18 +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
|
||||
|
||||
for method in ctc-decoding attention-decoder; do
|
||||
for method in ctc-decoding 1best nbest nbest-rescoring; do
|
||||
log "$method"
|
||||
|
||||
./conformer_ctc/pretrained.py \
|
||||
|
Loading…
x
Reference in New Issue
Block a user