Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ambuj Mehrish
sidekit
Commits
ab8e94aa
Commit
ab8e94aa
authored
Mar 22, 2019
by
Anthony Larcher
Browse files
alpha
parent
7aa95240
Changes
1
Hide whitespace changes
Inline
Side-by-side
features_extractor.py
View file @
ab8e94aa
...
...
@@ -785,7 +785,7 @@ class FeaturesExtractor(object):
logging
.
info
(
'vad : energy'
)
label
,
threshold
=
vad_energy
(
log_energy
,
distrib_nb
=
3
,
nb_train_it
=
8
,
flooring
=
0.0001
,
ceiling
=
1.5
,
alpha
=
0.
1
)
ceiling
=
1.5
,
alpha
=
0.
2
)
elif
self
.
vad
==
'percentil'
:
label
,
threshold
=
vad_percentil
(
log_energy
,
10
)
logging
.
info
(
'percentil '
+
str
(
threshold
))
...
...
Write
Preview
Supports
Markdown
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