File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments