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

Extend interface of SubsampleRagged. #900

Closed
wants to merge 2 commits into from

Conversation

danpovey
Copy link
Collaborator

This is something else that will be needed for the RNN-T decoding.
It consists of extending the interface of SubsampleRagged to work on arbitrary/specified axes.
Hopefully this can be done in such a way that the performance of the current SubsampleRagged
invocations is not materially affected.
While doing this, please rename SubsampleRagged -> SubsetRagged.

@danpovey
Copy link
Collaborator Author

I have added a new interface to this, that also needs to be implemented for the RNN-T decoding.
It's something like #899, but a bit simpler.
It's possible to treat this as a separate issue, but I included it in this PR as it was convenient for me.

@pkufool
Copy link
Collaborator

pkufool commented Feb 24, 2022

See #905

@pkufool pkufool closed this Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants