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

What is the difference between warp_ctc_pytorch.ctcloss and torch.nn.ctcloss? #238

Open
arwagh opened this issue Feb 27, 2021 · 3 comments

Comments

@arwagh
Copy link

arwagh commented Feb 27, 2021

I noticed that this project and several more use warp_ctc_pytorch.ctcloss instead of torch.nn.ctcloss, however, installing warp_ctc_pytorch library did not work with me, so may I know what is the different between these two functions? does using torch.nn.ctcloss may raise some problems form me?

Thank you!

@xufuzhi
Copy link

xufuzhi commented Mar 31, 2021

the same question ....

@xieyipeng
Copy link

+1

@tiva-OG
Copy link

tiva-OG commented Oct 14, 2022

I hope my answer is still necessary. I believe the main difference is in the performance. warp_ctc performs the fastest when compared to the other CTC Loss functions as described in the README

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