Commit a756183c authored by Stefan Schweter's avatar Stefan Schweter Committed by Davis E. King

Made active_learning test more robust on ARM64. (#315)

parent a8050510
......@@ -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, 25, true) >= 0.97);
DLIB_TEST(test_rank_unlabeled_training_samples(samples, labels, max_min_margin, 35, 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment