Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
d7a6cd49
Commit
d7a6cd49
authored
Feb 11, 2017
by
Davis King
Browse files
fixed grammar in comment
parent
51e0ca87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/dnn_face_recognition_ex.cpp
examples/dnn_face_recognition_ex.cpp
+1
-1
No files found.
examples/dnn_face_recognition_ex.cpp
View file @
d7a6cd49
...
@@ -33,7 +33,7 @@ using namespace std;
...
@@ -33,7 +33,7 @@ using namespace std;
// The next bit of code defines a ResNet network. It's basically copied
// 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
// and pasted from the dnn_imagenet_ex.cpp example, except we replaced the loss
// layer with loss_metric and ma
k
e the network somewhat smaller. Go read the introductory
// layer with loss_metric and ma
d
e the network somewhat smaller. Go read the introductory
// dlib DNN examples to learn what all this stuff means.
// 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.
// Also, the dnn_metric_learning_on_images_ex.cpp example shows how to train this network.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment