libreasr.lib.decoders.ctc_decode_greedy

libreasr.lib.decoders.ctc_decode_greedy(acts, denumericalize_func, blank=0)[source]

acts: output activations of the model (shape [N x T x V] or [T x V]) blank: the blank symbol returns: a list of denumericalized items