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

Beam decoder only supports single letter labels? #335

Closed
weedwind opened this issue Aug 3, 2018 · 2 comments
Closed

Beam decoder only supports single letter labels? #335

weedwind opened this issue Aug 3, 2018 · 2 comments
Labels

Comments

@weedwind
Copy link

weedwind commented Aug 3, 2018

Hi,

I am using CTC to do phoneme recognition. My labels are phones, such as ["AX", "OW"] etc. I tried to use the basic beam decoder (without lm) to do decoding. But the decoder reports that the label size did not equal the probability tensor size. If I change to label to single letters, like ["A", "B"], it was fine. So I am wondering how to deal with multiple letter labels?

Thank you very much

@SilvrDuck
Copy link

This is apparently because of the implementation of the underlying ctcdecode library. It doesn’t look like it will be supported for now.

See here parlance/ctcdecode#31

@stale
Copy link

stale bot commented Feb 27, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 27, 2020
@stale stale bot closed this as completed Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants