models.decoder.rst 715 Bytes
Newer Older
1
.. py:module:: torchaudio.models.decoder
moto's avatar
moto committed
2

3
4
5
6
7
torchaudio.models.decoder
=========================

.. currentmodule:: torchaudio.models.decoder

8
9
CTC Decoder
-----------
moto's avatar
moto committed
10

11
12
13
14
.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: autosummary/ctc_decoder_class.rst
15

16
17
18
   CTCDecoder
   ctc_decoder
   download_pretrained_files
19

20
.. rubric:: Tutorials using CTC Decoder
21

22
.. minigallery:: torchaudio.models.decoder.CTCDecoder
Yuekai Zhang's avatar
Yuekai Zhang committed
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

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