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
sidekit
Commits
e7f1f46a
Commit
e7f1f46a
authored
Jun 26, 2021
by
Anthony Larcher
Browse files
cleaning
parent
37fafbc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
nnet/xvector.py
View file @
e7f1f46a
...
...
@@ -1674,7 +1674,6 @@ def cross_validation(model, validation_loader, device, validation_shape, tar_ind
return
(
100.
*
accuracy
.
cpu
().
numpy
()
/
validation_shape
[
0
],
loss
.
cpu
().
numpy
()
/
((
batch_idx
+
1
)
*
batch_size
),
equal_error_rate
)
#return 0, 0, 0
def
extract_embeddings
(
idmap_name
,
...
...
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