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
16de2b5b
Unverified
Commit
16de2b5b
authored
Mar 11, 2021
by
Mohamed Irfan
Committed by
GitHub
Mar 10, 2021
Browse files
Fix docstring of `sliding_window_cmn` (#1383)
parent
0b1d1f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchaudio/functional/functional.py
torchaudio/functional/functional.py
+1
-1
No files found.
torchaudio/functional/functional.py
View file @
16de2b5b
...
@@ -944,7 +944,7 @@ def sliding_window_cmn(
...
@@ -944,7 +944,7 @@ def sliding_window_cmn(
Apply sliding-window cepstral mean (and optionally variance) normalization per utterance.
Apply sliding-window cepstral mean (and optionally variance) normalization per utterance.
Args:
Args:
specgram (Tensor): Tensor of audio of dimension (...,
freq, time
)
specgram (Tensor): Tensor of audio of dimension (...,
time, freq
)
cmn_window (int, optional): Window in frames for running average CMN computation (int, default = 600)
cmn_window (int, optional): Window in frames for running average CMN computation (int, default = 600)
min_cmn_window (int, optional): Minimum CMN window used at start of decoding (adds latency only at start).
min_cmn_window (int, optional): Minimum CMN window used at start of decoding (adds latency only at start).
Only applicable if center == false, ignored if center==true (int, default = 100)
Only applicable if center == false, ignored if center==true (int, default = 100)
...
...
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