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

About the CTC implementation #1

Closed
ybai-nlp opened this issue Aug 3, 2021 · 2 comments
Closed

About the CTC implementation #1

ybai-nlp opened this issue Aug 3, 2021 · 2 comments

Comments

@ybai-nlp
Copy link

ybai-nlp commented Aug 3, 2021

Hi, thanks for your brilliant work!

I have read your paper and want to reproduce the results of GLAT model with CTC loss.

However, I noticed that there is no implementation of the proposed glancing training with CTC loss, where you use LCS distance between the Y and Y^.

I had some trouble of implementing this (mainly the selection of Y and the LCS calculation for tensors) and I am wondering whether you could kindly release this part of the code.

Thanks a lot!

@zkx06111
Copy link

zkx06111 commented Aug 6, 2021

Same here.
Also, I wonder if the authors are using CTC loss or Cross Entropy loss for GLAT + CTC. By cross entropy loss, I mean that calculating the cross entropy loss for the best alignment.

@SirRob1997
Copy link

Would also appreciate an implementation, for now, I'll give it a shot to implement it myself!

@FLC777 FLC777 closed this as completed May 16, 2023
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

4 participants