MCPcopy Create free account
hub / github.com/HawkAaron/RNN-Transducer / decode

Function decode

ctc_decoder.py:38–112  ·  view source on GitHub ↗

Performs inference for the given output probabilities. Arguments: probs: The output probabilities (e.g. log post-softmax) for each time step. Should be an array of shape (time x output dim). beam_size (int): Size of the beam to use during inference. blank (int): I

(probs, beam_size=10, blank=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

make_new_beamFunction · 0.85
logsumexpFunction · 0.85

Tested by

no test coverage detected