Module ctc

Module ctc 

Expand description

Module with CTC loss operations.

Functionsยง

ctc_grad_from_alpha_beta_default
Compose the CTC gradient w.r.t. log_probs from pre-computed alpha, beta, and nll.
ctc_loss_default
Default CTC loss implementation using the forward (alpha) algorithm.