mirror of https://github.com/davisking/dlib.git
Fixed minor bug in the set_loss_on_negative_class() function.
This commit is contained in:
parent
7f92868840
commit
42c123f298
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue