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.
70
70
71
71
tutorials/speech_recognition_pipeline_tutorial
72
72
tutorials/asr_inference_with_ctc_decoder_tutorial
73
+ tutorials/asr_inference_with_cuda_ctc_decoder_tutorial
73
74
tutorials/forced_alignment_tutorial
74
75
tutorials/forced_alignment_for_multilingual_data_tutorial
75
76
tutorials/tacotron2_pipeline_tutorial
Original file line number Diff line number Diff line change @@ -20,3 +20,19 @@ CTC Decoder
20
20
.. rubric :: Tutorials using CTC Decoder
21
21
22
22
.. 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