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
Anthony Larcher
evALLIES
Commits
1ae92ab6
Commit
1ae92ab6
authored
Feb 03, 2021
by
Anthony Larcher
Browse files
comment vad
parent
84601244
Changes
1
Hide whitespace changes
Inline
Side-by-side
lium_baseline/system.py
View file @
1ae92ab6
...
...
@@ -578,9 +578,9 @@ def lium_xv_initial_training(model_cfg, train_data):
os
.
makedirs
(
f
"
{
model_cfg
[
'tmp_dir'
]
}
/model"
)
# Train the VAD and save to disk
train_data_vad
=
copy
.
deepcopy
(
train_data
)
if
not
os
.
path
.
isfile
(
model_cfg
[
'tmp_dir'
]
+
"/model/best_vad.pt"
):
lium_vad_training
(
model_cfg
,
train_data_vad
)
#
train_data_vad = copy.deepcopy(train_data)
#
if not os.path.isfile(model_cfg['tmp_dir'] + "/model/best_vad.pt"):
#
lium_vad_training(model_cfg, train_data_vad)
train_diar
=
s4d
.
diar
.
Diar
()
df_data
=
dict
()
...
...
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