-
Notifications
You must be signed in to change notification settings - Fork 736
Add documentation for RNN transducer #1171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| .. role:: hidden | ||
| :class: hidden-section | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's a good idea to note that prototype is nightly-only feature at the top of all the pages for prototype. So that there is a less chance of receiving the report like this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've labelled the issue as prototype and linked to the "source of truth" definition of prototype, which says "not part of release". Do you mean to say that you feel this may not be clear enough? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I think we cannot be too careful here. I suggest add Reading the classification, I feel like it is not even included in nightly build, which is another binary distribution.
|
||
| torchaudio.prototype.transducer | ||
| =============================== | ||
|
|
||
| .. currentmodule:: torchaudio.prototype.transducer | ||
mthrok marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| .. note:: | ||
|
|
||
| The RNN transducer loss is a prototype feature, see `here <https://pytorch.org/audio>`_ to learn more about the nomenclature. It is only available within the nightlies, and also needs to be imported explicitly using: :code:`from torchaudio.prototype.transducer import rnnt_loss, RNNTLoss`. | ||
|
|
||
| rnnt_loss | ||
| --------- | ||
|
|
||
| .. autofunction:: rnnt_loss | ||
|
|
||
| :hidden:`RNNTLoss` | ||
| ~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| .. autoclass:: RNNTLoss | ||
|
|
||
| .. automethod:: forward | ||
Uh oh!
There was an error while loading. Please reload this page.