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
b2b81ab7
Commit
b2b81ab7
authored
Apr 08, 2021
by
Anthony Larcher
Browse files
refactoring
parent
f69b694c
Changes
1
Hide whitespace changes
Inline
Side-by-side
nnet/xvector.py
View file @
b2b81ab7
...
...
@@ -1328,7 +1328,7 @@ def new_xtrain(dataset_description,
test_eer
=
None
if
training_opts
[
"compute_test_eer"
]:
test_eer
=
new_test_metrics
(
model
,
device
,
training_opts
[
"mixed_precision"
]
)
test_eer
=
new_test_metrics
(
model
,
device
,
dataset_opts
,
new_test_metrics
)
monitor
.
update
(
test_eer
=
test_eer
,
val_eer
=
val_eer
,
...
...
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