Closed AlexandderGorodetski closed 9 months ago
Thanks for pointing it out, would you mind making a PR to fix this?
Could you please guide me how can I create PR ?
I guess that I should to perform following commands
git clone
git add . git commit -m "comment" git pull
Is that correct? After such procedure the Pull Request will be created automatically ?
You could have a look at this tutorial: https://opensource.com/article/19/7/create-pull-request-github
Basically, you need to
closed as this PR https://github.com/k2-fsa/icefall/pull/1495 should fix the issue
In file ~/icefall/icefall/lm_wrapper.py line 162
vocab_size=params.vocab_size
should be replaced with
vocab_size=params.lm_vocab_size