ctc icon indicating copy to clipboard operation
ctc copied to clipboard

Primer on CTC implementation in pure Python PyTorch code

Results 2 ctc issues
Sort by recently updated
recently updated
newest added

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,...

Hi, When running your code I received the following error: > RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation Could it be...