vadimkantorov / ctc

Primer on CTC implementation in pure Python PyTorch code
93 stars 15 forks source link

Alignment Error #3

Closed gmltmd789 closed 2 months ago

gmltmd789 commented 3 years ago

First, thank you for your implementation of CTC, and sorry for my pool English.

When I run your example.py with pytorch 1.7.1 to extract alignment images like in repo's readme, I get an error as below;

image image

I don't know how to solve it. If you don't mind, can you tell me how to extract alignment path?

vadimkantorov commented 3 years ago

Thanks for reporting! I'll take a look later this week. In the meanwhile, you may try to find an earlier commit in history that works

ryhorv commented 2 years ago

Any progress with this issue?

vadimkantorov commented 2 years ago

No, I haven't unfortunately looked at this yet. If you need this to work now, please find an earlier commit / revision where this used to work.

blankspark commented 2 years ago

I wonder if you have solved this problem. I met the same quetion . Looking forward to your reply.

vadimkantorov commented 2 months ago

I fixed the alignment problem. Thanks!