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
0e1d814b
Unverified
Commit
0e1d814b
authored
Nov 10, 2020
by
Bhargav Kathivarapu
Committed by
GitHub
Nov 10, 2020
Browse files
Fix noise_down_time arg in VAD (#1017)
parent
3b9e9337
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 @
0e1d814b
...
...
@@ -1002,7 +1002,7 @@ class Vad(torch.nn.Module):
self
.
pre_trigger_time
=
pre_trigger_time
self
.
boot_time
=
boot_time
self
.
noise_up_time
=
noise_up_time
self
.
noise_down_time
=
noise_
up
_time
self
.
noise_down_time
=
noise_
down
_time
self
.
noise_reduction_amount
=
noise_reduction_amount
self
.
measure_freq
=
measure_freq
self
.
measure_duration
=
measure_duration
...
...
@@ -1027,7 +1027,7 @@ class Vad(torch.nn.Module):
pre_trigger_time
=
self
.
pre_trigger_time
,
boot_time
=
self
.
boot_time
,
noise_up_time
=
self
.
noise_up_time
,
noise_down_time
=
self
.
noise_
up
_time
,
noise_down_time
=
self
.
noise_
down
_time
,
noise_reduction_amount
=
self
.
noise_reduction_amount
,
measure_freq
=
self
.
measure_freq
,
measure_duration
=
self
.
measure_duration
,
...
...
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