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
fb3ef9ba
Unverified
Commit
fb3ef9ba
authored
Nov 20, 2020
by
Jcaw
Committed by
GitHub
Nov 20, 2020
Browse files
Fix typo in docstring - double "a" (#1056)
parent
e498036d
Changes
1
Show 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 @
fb3ef9ba
...
@@ -211,7 +211,7 @@ def amplitude_to_DB(
...
@@ -211,7 +211,7 @@ def amplitude_to_DB(
This output depends on the maximum value in the input tensor, and so
This output depends on the maximum value in the input tensor, and so
may return different values for an audio clip split into snippets vs. a
may return different values for an audio clip split into snippets vs. a
a
full clip.
full clip.
Args:
Args:
x (Tensor): Input tensor before being converted to decibel scale
x (Tensor): Input tensor before being converted to decibel scale
...
...
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