Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
88ca1e05
Unverified
Commit
88ca1e05
authored
Sep 17, 2021
by
moto
Committed by
GitHub
Sep 17, 2021
Browse files
[DOC] Fix model subsections (#1775)
parent
19b21010
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
8 deletions
+23
-8
docs/source/models.rst
docs/source/models.rst
+23
-8
No files found.
docs/source/models.rst
View file @
88ca1e05
...
...
@@ -28,6 +28,12 @@ DeepSpeech
Tacotron2
~~~~~~~~~
Model
-----
Tacotoron2
^^^^^^^^^^
.. autoclass:: Tacotron2
.. automethod:: forward
...
...
@@ -38,7 +44,7 @@ Factory Functions
-----------------
tacotron2
---------
^^^^^^^^^
.. autofunction:: tacotron2
...
...
@@ -55,8 +61,11 @@ Wav2Letter
Wav2Vec2.0
~~~~~~~~~~
Model
-----
Wav2Vec2Model
-------------
^^^^^^^^^^^^^
.. autoclass:: Wav2Vec2Model
...
...
@@ -68,17 +77,17 @@ Factory Functions
-----------------
wav2vec2_base
-------------
^^^^^^^^^^^^^
.. autofunction:: wav2vec2_base
wav2vec2_large
--------------
^^^^^^^^^^^^^^
.. autofunction:: wav2vec2_large
wav2vec2_large_lv60k
--------------------
^^^^^^^^^^^^^^^^^^^^
.. autofunction:: wav2vec2_large_lv60k
...
...
@@ -88,12 +97,12 @@ Utility Functions
-----------------
import_huggingface_model
------------------------
^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: import_huggingface_model
import_fairseq_model
--------------------
^^^^^^^^^^^^^^^^^^^^
.. autofunction:: import_fairseq_model
...
...
@@ -102,6 +111,12 @@ import_fairseq_model
WaveRNN
~~~~~~~
Model
-----
WaveRNN
^^^^^^^
.. autoclass:: WaveRNN
.. automethod:: forward
...
...
@@ -112,7 +127,7 @@ Factory Functions
-----------------
wavernn
-------
^^^^^^^
.. autofunction:: wavernn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment