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

how to use temperature scaling for CTC loss? #19

Open
galactica147 opened this issue Apr 13, 2020 · 0 comments
Open

how to use temperature scaling for CTC loss? #19

galactica147 opened this issue Apr 13, 2020 · 0 comments

Comments

@galactica147
Copy link

The current implementation assumes a single prediction per input, which is plausible for many classification tasks. However, there is a stream of problems where the output might be a string of labels, as in Speech Recognition.

Assuming CTC Loss is used for speech recognition where predictions may have different length than the ground-truth labels, how to properly compute ECE in such cases?

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

No branches or pull requests

1 participant