Skip to content

Commit 3569c3a

Browse files
Revert "Disable asr cuda ctc tutorial (#4006)" (#4016)
This reverts commit 9b57c7b. Co-authored-by: Sam Anklesaria <[email protected]>
1 parent 3ad78e2 commit 3569c3a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ model implementations and application components.
7070

7171
tutorials/speech_recognition_pipeline_tutorial
7272
tutorials/asr_inference_with_ctc_decoder_tutorial
73+
tutorials/asr_inference_with_cuda_ctc_decoder_tutorial
7374
tutorials/forced_alignment_tutorial
7475
tutorials/forced_alignment_for_multilingual_data_tutorial
7576
tutorials/tacotron2_pipeline_tutorial

docs/source/models.decoder.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,19 @@ CTC Decoder
2020
.. rubric:: Tutorials using CTC Decoder
2121

2222
.. minigallery:: torchaudio.models.decoder.CTCDecoder
23+
24+
CUDA CTC Decoder
25+
----------------
26+
27+
.. autosummary::
28+
:toctree: generated
29+
:nosignatures:
30+
:template: autosummary/cuda_ctc_decoder_class.rst
31+
32+
CUCTCDecoder
33+
cuda_ctc_decoder
34+
35+
36+
.. rubric:: Tutorials using CUDA CTC Decoder
37+
38+
.. minigallery:: torchaudio.models.decoder.CUCTCDecoder

0 commit comments

Comments
 (0)