.. py:module:: torchaudio.models
.. currentmodule:: torchaudio.models
The models subpackage contains definitions of models for addressing common audio tasks.
.. autoclass:: ConvTasNet .. automethod:: forward
.. autoclass:: DeepSpeech .. automethod:: forward
.. autoclass:: Tacotron2 .. automethod:: forward .. automethod:: infer
.. autoclass:: Wav2Letter .. automethod:: forward
.. autoclass:: Wav2Vec2Model .. automethod:: extract_features .. automethod:: forward
.. autofunction:: wav2vec2_model
.. autofunction:: wav2vec2_base
.. autofunction:: wav2vec2_large
.. autofunction:: wav2vec2_large_lv60k
.. autofunction:: hubert_base
.. autofunction:: hubert_large
.. autofunction:: hubert_xlarge
.. currentmodule:: torchaudio.models.wav2vec2.utils
.. autofunction:: import_huggingface_model
.. autofunction:: import_fairseq_model
.. currentmodule:: torchaudio.models
.. autoclass:: WaveRNN .. automethod:: forward .. automethod:: infer
.. footbibliography::