Commit 42c123f2 authored by Davis King's avatar Davis King

Fixed minor bug in the set_loss_on_negative_class() function.

parent 7f928688
......@@ -199,7 +199,7 @@ namespace dlib
<< "\n\t loss: " << loss
<< "\n\t this: " << this );
loss_pos = loss;
loss_neg = loss;
}
double get_loss_on_negative_class (
......
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