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
adb0f0c1
Commit
adb0f0c1
authored
Nov 13, 2020
by
Anthony Larcher
Browse files
debug
parent
6d2b65e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
nnet/xvector.py
View file @
adb0f0c1
...
...
@@ -1358,10 +1358,10 @@ def xtime(model, training_set, validation_set,
epoch
,
training_loader
,
optimizer
,
dataset_params
[
"log_interval"
]
,
10
,
device
=
device
,
clipping
=
clipping
,
tb_writer
=
writer
)
tb_writer
=
None
)
# Add the cross validation here
accuracy
,
val_loss
=
cross_validation
(
model
,
validation_loader
,
device
=
device
)
...
...
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