removed attention-decoder to fix 143 error

This commit is contained in:
jinzr 2023-09-27 09:43:25 +08:00
parent b80aae7ab1
commit d977d47c37

View File

@ -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 \