Unverified Commit 88ca1e05 authored by moto's avatar moto Committed by GitHub
Browse files

[DOC] Fix model subsections (#1775)

parent 19b21010
...@@ -28,6 +28,12 @@ DeepSpeech ...@@ -28,6 +28,12 @@ DeepSpeech
Tacotron2 Tacotron2
~~~~~~~~~ ~~~~~~~~~
Model
-----
Tacotoron2
^^^^^^^^^^
.. autoclass:: Tacotron2 .. autoclass:: Tacotron2
.. automethod:: forward .. automethod:: forward
...@@ -38,7 +44,7 @@ Factory Functions ...@@ -38,7 +44,7 @@ Factory Functions
----------------- -----------------
tacotron2 tacotron2
--------- ^^^^^^^^^
.. autofunction:: tacotron2 .. autofunction:: tacotron2
...@@ -55,8 +61,11 @@ Wav2Letter ...@@ -55,8 +61,11 @@ Wav2Letter
Wav2Vec2.0 Wav2Vec2.0
~~~~~~~~~~ ~~~~~~~~~~
Model
-----
Wav2Vec2Model Wav2Vec2Model
------------- ^^^^^^^^^^^^^
.. autoclass:: Wav2Vec2Model .. autoclass:: Wav2Vec2Model
...@@ -68,17 +77,17 @@ Factory Functions ...@@ -68,17 +77,17 @@ Factory Functions
----------------- -----------------
wav2vec2_base wav2vec2_base
------------- ^^^^^^^^^^^^^
.. autofunction:: wav2vec2_base .. autofunction:: wav2vec2_base
wav2vec2_large wav2vec2_large
-------------- ^^^^^^^^^^^^^^
.. autofunction:: wav2vec2_large .. autofunction:: wav2vec2_large
wav2vec2_large_lv60k wav2vec2_large_lv60k
-------------------- ^^^^^^^^^^^^^^^^^^^^
.. autofunction:: wav2vec2_large_lv60k .. autofunction:: wav2vec2_large_lv60k
...@@ -88,12 +97,12 @@ Utility Functions ...@@ -88,12 +97,12 @@ Utility Functions
----------------- -----------------
import_huggingface_model import_huggingface_model
------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: import_huggingface_model .. autofunction:: import_huggingface_model
import_fairseq_model import_fairseq_model
-------------------- ^^^^^^^^^^^^^^^^^^^^
.. autofunction:: import_fairseq_model .. autofunction:: import_fairseq_model
...@@ -102,6 +111,12 @@ import_fairseq_model ...@@ -102,6 +111,12 @@ import_fairseq_model
WaveRNN WaveRNN
~~~~~~~ ~~~~~~~
Model
-----
WaveRNN
^^^^^^^
.. autoclass:: WaveRNN .. autoclass:: WaveRNN
.. automethod:: forward .. automethod:: forward
...@@ -112,7 +127,7 @@ Factory Functions ...@@ -112,7 +127,7 @@ Factory Functions
----------------- -----------------
wavernn wavernn
------- ^^^^^^^
.. autofunction:: wavernn .. autofunction:: wavernn
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment