You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkufool
added
ready
Ready for review and trigger GitHub actions to run
and removed
ready
Ready for review and trigger GitHub actions to run
labels
Aug 7, 2023
Is there any plan to add the allow_partial option on intersect and intersect_device? I am doing whole lattice rescoring with a 4-gram LM, and for some reason the lattice for some of the utterances does not have any final states and hence k2.connect(lattice) outputs an empty Fsa.
I have tried increasing the beam size to no avail. I think a workaround would be to allow partial paths, i.e. if not final states are encountered in a lattice then we assume that all states on the last frames are final.
Is there any plan to add the allow_partial option on intersect and intersect_device? I am doing whole lattice rescoring with a 4-gram LM, and for some reason the lattice for some of the utterances does not have any final states and hence k2.connect(lattice) outputs an empty Fsa.
I have tried increasing the beam size to no avail. I think a workaround would be to allow partial paths, i.e. if not final states are encountered in a lattice then we assume that all states on the last frames are final.
Yes, I think it is doable, @danpovey what do you think?
pkufool
added
ready
Ready for review and trigger GitHub actions to run
and removed
ready
Ready for review and trigger GitHub actions to run
labels
Sep 8, 2023
pkufool
added
ready
Ready for review and trigger GitHub actions to run
and removed
ready
Ready for review and trigger GitHub actions to run
labels
Sep 22, 2023
pkufool
added
ready
Ready for review and trigger GitHub actions to run
and removed
ready
Ready for review and trigger GitHub actions to run
labels
Sep 22, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
readyReady for review and trigger GitHub actions to run
4 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.