Open antonsoo opened 4 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.
For the new CHiME-6 track 2 egg: https://github.com/kaldi-asr/kaldi/tree/master/egs/chime6/s5b_track2 The bug prevents from going beyond stage 1.
The file name data/srilm/best_3gram.gz has to be changed/copied to have the name best_3gram.g.gz and same for 4gram. The code complains it couldn't find the data.
So to fix this like I said, go into that folder and change the name or copy the file with the new name using "cp ./best_3gram.gz best_3gram.g.gz" and "cp ./best_4gram.gz best_4gram.g.gz"
It should now work correctly.