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
3cffddbd
Unverified
Commit
3cffddbd
authored
Mar 25, 2020
by
rvdmaazen
Committed by
GitHub
Mar 25, 2020
Browse files
Spelling correction (#474)
parent
df9a0417
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torchaudio/transforms.py
torchaudio/transforms.py
+2
-2
No files found.
torchaudio/transforms.py
View file @
3cffddbd
...
@@ -754,7 +754,7 @@ class FrequencyMasking(_AxisMasking):
...
@@ -754,7 +754,7 @@ class FrequencyMasking(_AxisMasking):
Args:
Args:
freq_mask_param (int): maximum possible length of the mask.
freq_mask_param (int): maximum possible length of the mask.
Indices uniformly sampled from [0, freq_mask_param).
Indices uniformly sampled from [0, freq_mask_param).
iid_masks (bool, optional): we
a
ther to apply the same mask to all
iid_masks (bool, optional): w
h
ether to apply the same mask to all
the examples/channels in the batch. (Default: ``False``)
the examples/channels in the batch. (Default: ``False``)
"""
"""
...
@@ -768,7 +768,7 @@ class TimeMasking(_AxisMasking):
...
@@ -768,7 +768,7 @@ class TimeMasking(_AxisMasking):
Args:
Args:
time_mask_param (int): maximum possible length of the mask.
time_mask_param (int): maximum possible length of the mask.
Indices uniformly sampled from [0, time_mask_param).
Indices uniformly sampled from [0, time_mask_param).
iid_masks (bool, optional): we
a
ther to apply the same mask to all
iid_masks (bool, optional): w
h
ether to apply the same mask to all
the examples/channels in the batch. (Default: ``False``)
the examples/channels in the batch. (Default: ``False``)
"""
"""
...
...
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