Bug that prevents training.
- Dominant language
- Shell
- Stars
- 15.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in egs/chime6/s5b_track2/data/srilm and inspect the stage 1 training recipe's expected language-model filenames. Verify the 3-gram and 4-gram files use the .g.gz names described in the issue, then rerun the recipe to confirm it proceeds beyond stage 1.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100