Commit 1d5c7ac0 authored by Davis King's avatar Davis King

merged

parents 9485da18 a946ce35
......@@ -595,7 +595,7 @@ namespace dlib
if (active_size == index.size())
break;
// Turn of shrinking on the next iteration. We will stop if the
// Turn off shrinking on the next iteration. We will stop if the
// tolerance is still <= eps when shrinking is off.
active_size = index.size();
PG_max_prev = std::numeric_limits<scalar_type>::infinity();
......
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