I found these lines in _array_grad.py_ ``` python # Edit Distance has no gradient (but can be used to eval seq2seq or CTC). ops.NoGradient("EditDistance") ``` Is there any implementation of CTC cost function in tensorflow, or any example concern CTC ?
I found these lines in array_grad.py
Is there any implementation of CTC cost function in tensorflow, or any example concern CTC ?