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
2a0f4c06
Unverified
Commit
2a0f4c06
authored
Oct 25, 2023
by
moto
Committed by
GitHub
Oct 26, 2023
Browse files
Fix doc on FA (#3679)
parent
3ff5e8c8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
docs/source/_templates/autosummary/bundle_class.rst
docs/source/_templates/autosummary/bundle_class.rst
+0
-1
src/torchaudio/pipelines/_wav2vec2/aligner.py
src/torchaudio/pipelines/_wav2vec2/aligner.py
+1
-1
No files found.
docs/source/_templates/autosummary/bundle_class.rst
View file @
2a0f4c06
...
...
@@ -11,7 +11,6 @@
{%- elif name == "Wav2Vec2FABundle.Aligner" %}
{%- set attributes = [] %}
{%- set methods = ["__call__"] %}
{%- set support_classes = ["Token"] %}
{%- elif name == "Tacotron2TTSBundle.TextProcessor" %}
{%- set attributes = ["tokens"] %}
{%- set methods = ["__call__"] %}
...
...
src/torchaudio/pipelines/_wav2vec2/aligner.py
View file @
2a0f4c06
...
...
@@ -53,7 +53,7 @@ class IAligner(ABC):
emission (Tensor): Sequence of token probability distributions in log-domain.
Shape: `(time, tokens)`.
tokens (list of integer sequence): Tokenized transcript.
Output from :py:class:`Wav2Vec2FABundle.Tokenizer`.
Output from :py:class:`
torchaudio.pipelines.
Wav2Vec2FABundle.Tokenizer`.
Returns:
(list of TokenSpan sequence): Tokens with time stamps and scores.
...
...
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