Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug that prevents training. #4249

Open
antonsoo opened this issue Aug 31, 2020 · 1 comment
Open

Bug that prevents training. #4249

antonsoo opened this issue Aug 31, 2020 · 1 comment
Labels
bug stale Stale bot on the loose

Comments

@antonsoo
Copy link

antonsoo commented Aug 31, 2020

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.

@antonsoo antonsoo added the bug label Aug 31, 2020
@stale
Copy link

stale bot commented Oct 30, 2020

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.

@stale stale bot added the stale Stale bot on the loose label Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale Stale bot on the loose
Projects
None yet
Development

No branches or pull requests

1 participant