File: models.decoder.rst

package info (click to toggle)
pytorch-audio 2.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 108,884 kB
  • sloc: python: 44,403; cpp: 3,384; sh: 126; makefile: 32
file content (38 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. py:module:: torchaudio.models.decoder

torchaudio.models.decoder
=========================

.. currentmodule:: torchaudio.models.decoder

CTC Decoder
-----------

.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: autosummary/ctc_decoder_class.rst

   CTCDecoder
   ctc_decoder
   download_pretrained_files

.. rubric:: Tutorials using CTC Decoder

.. minigallery:: torchaudio.models.decoder.CTCDecoder

CUDA CTC Decoder
----------------

.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: autosummary/cuda_ctc_decoder_class.rst

   CUCTCDecoder
   cuda_ctc_decoder


.. rubric:: Tutorials using CUDA CTC Decoder

.. minigallery:: torchaudio.models.decoder.CUCTCDecoder