Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a756183c
Commit
a756183c
authored
Nov 04, 2016
by
Stefan Schweter
Committed by
Davis E. King
Nov 04, 2016
Browse files
Made active_learning test more robust on ARM64. (#315)
parent
a8050510
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/active_learning.cpp
dlib/test/active_learning.cpp
+1
-1
No files found.
dlib/test/active_learning.cpp
View file @
a756183c
...
...
@@ -150,7 +150,7 @@ namespace
// When we pick the best/front ranked element then the active learning method
// shouldn't do much worse than random selection (and often much better).
DLIB_TEST
(
test_rank_unlabeled_training_samples
(
samples
,
labels
,
max_min_margin
,
2
5
,
true
)
>=
0.97
);
DLIB_TEST
(
test_rank_unlabeled_training_samples
(
samples
,
labels
,
max_min_margin
,
3
5
,
true
)
>=
0.97
);
DLIB_TEST
(
test_rank_unlabeled_training_samples
(
samples
,
labels
,
ratio_margin
,
25
,
true
)
>=
0.96
);
// However, picking the worst ranked element should do way worse than random
// selection.
...
...
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