fixed grammar in comment

This commit is contained in:
Davis King 2017-02-11 15:36:24 -05:00
parent 51e0ca8751
commit d7a6cd4960
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ using namespace std;
// The next bit of code defines a ResNet network. It's basically copied
// and pasted from the dnn_imagenet_ex.cpp example, except we replaced the loss
// layer with loss_metric and make the network somewhat smaller. Go read the introductory
// layer with loss_metric and made the network somewhat smaller. Go read the introductory
// dlib DNN examples to learn what all this stuff means.
//
// Also, the dnn_metric_learning_on_images_ex.cpp example shows how to train this network.