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

fix error: get accuracy in ctc loss #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pyy0715
Copy link

@pyy0715 pyy0715 commented Aug 9, 2021

In this lab3, we will experiment with loss through Cross-Entropy and CTC.
In the case of CE, there is no error in executing the implemented code
but in the case of CTC, an error occurs in obtaining acc as it inherits BaseLitModel because greedy_decoder
Therefore, in order to see acc correctly in CTC, need to override the inherited function.

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.

1 participant