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
chenpangpang
transformers
Commits
fb366b9a
Unverified
Commit
fb366b9a
authored
Mar 16, 2023
by
Susnato Dhar
Committed by
GitHub
Mar 16, 2023
Browse files
fixes a typo in WhisperFeatureExtractor docs. (#22208)
* fixes a typo * .
parent
da3ba3a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/transformers/models/whisper/feature_extraction_whisper.py
...transformers/models/whisper/feature_extraction_whisper.py
+2
-2
No files found.
src/transformers/models/whisper/feature_extraction_whisper.py
View file @
fb366b9a
...
...
@@ -33,8 +33,8 @@ class WhisperFeatureExtractor(SequenceFeatureExtractor):
r
"""
Constructs a Whisper feature extractor.
This feature extractor inherits from [`
Whisper
FeatureExtractor`] which contains
most of the main methods. Users
should refer to this superclass for more information regarding those methods.
This feature extractor inherits from [`
~feature_extraction_sequence_utils.Sequence
FeatureExtractor`] which contains
most of the main methods. Users
should refer to this superclass for more information regarding those methods.
This class extracts mel-filter bank features from raw speech using a custom numpy implementation of the `Short Time
Fourier Transform` which should match pytorch's `torch.stft` equivalent.
...
...
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