From f3fc81990543ee0d0ef7f2e6a109452a7ef8e204 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 17 Dec 2016 15:08:58 -0500 Subject: [PATCH] fixed grammar --- dlib/dnn/loss_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/dnn/loss_abstract.h b/dlib/dnn/loss_abstract.h index 720d956ff..3f465098b 100644 --- a/dlib/dnn/loss_abstract.h +++ b/dlib/dnn/loss_abstract.h @@ -534,7 +534,7 @@ namespace dlib This object implements the loss layer interface defined above by EXAMPLE_LOSS_LAYER_. In particular, it allows you to learn to map objects into a vector space where objects sharing the same class label are close to - each other while objects with different labels are far apart. + each other, while objects with different labels are far apart. To be specific, it optimizes the following loss function which considers all pairs of objects in a mini-batch and computes a different loss depending