Open JuanPZuluaga opened 3 years ago
This issue has been automatically marked as stale by a bot solely because it has not had recent activity. Please add any comment (simply 'ping' is enough) to prevent the issue from being closed for 60 more days if you believe it should be kept open.
Thanks!
This issue has been automatically marked as stale by a bot solely because it has not had recent activity. Please add any comment (simply 'ping' is enough) to prevent the issue from being closed for 60 more days if you believe it should be kept open.
Hi,
I've come across two problems in the
https://github.com/kaldi-asr/kaldi/blob/master/egs/fisher_english/s5/local/semisup/run_100k.sh
recipe.local/fisher_train_lms_pocolm.sh
I get an error becuase the number o n-grams of the dataset (100k) is smaller than the number of n-grams to prune:--sup-lat-dir $exp_root/chain/tri4a_train_sup_unk_lats
should be changed to--sup-lat-dir $exp_root/chain/tri4a_train_sup_sp_unk_lats
which uses thesp
version instead.R, Juan Pablo