• Docs >
  • torchaudio.models.decoder >
  • Nightly (unstable)
Shortcuts

torchaudio.models.decoder

CTC Decoder

CTCDecoder

CTC beam search decoder from Flashlight [Kahn et al., 2022].

ctc_decoder

Builds an instance of CTCDecoder.

download_pretrained_files

Retrieves pretrained data files used for ctc_decoder().

Tutorials using CTC Decoder

ASR Inference with CTC Decoder

ASR Inference with CTC Decoder

ASR Inference with CTC Decoder

CUDA CTC Decoder

CUCTCDecoder

CUDA CTC beam search decoder.

cuda_ctc_decoder

Builds an instance of CUCTCDecoder.

Tutorials using CUDA CTC Decoder

ASR Inference with CUDA CTC Decoder

ASR Inference with CUDA CTC Decoder

ASR Inference with CUDA CTC Decoder

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources