-
Notifications
You must be signed in to change notification settings - Fork 222
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
error while removing epsilon from LG file #1330
Comments
can you tell us the version of k2 and the size of your LG? if your k2 is not.the latest one, can you first try the latest one? |
k2 versin is latest only, k2 version: 1.24.4.And LG is kind of large ,lm.fst.txt is around 3GB.When i commented the remove epsilon line there is no issue,so i dont think size of lg matters in my case. |
or remove epsilon operation is too big to handle in this case? |
Please show the exact version. And try the latest version if you are not using it. By latest, I mean the latest commit, not the latest tag. |
python3 -m k2.version k2 version: 1.24.4 |
I installed latest k2 version,still same check failed in remove epsilon |
I am trying to create LG.pt from icefall code using compile_lg.py but while running k2.remove_epsilon
i am getting check failed:
Check failed: num_elems == row_splits[num_rows
] (188777998 vs. 445811431)
Any idea
The text was updated successfully, but these errors were encountered: