Update egs/librispeech/WSASR/conformer_ctc2/train.py

Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
This commit is contained in:
Rezakh20 2024-03-05 11:41:51 +03:30 committed by GitHub
parent b1be695a89
commit 8836e004c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3"
--exp-dir conformer_ctc2/exp \
--lang-dir data/lang_bpe_200 \
--otc-token "<star>" \
--num-features 768 \
--feature-dim 768 \
--allow-bypass-arc true \
--allow-self-loop-arc true \
--initial-bypass-weight -19 \