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
486cf56b
Commit
486cf56b
authored
Nov 29, 2015
by
Davis King
Browse files
Fixed spelling error in comment.
parent
5c058ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/dnn/core.h
dlib/dnn/core.h
+1
-1
No files found.
dlib/dnn/core.h
View file @
486cf56b
...
@@ -1278,7 +1278,7 @@ namespace dlib
...
@@ -1278,7 +1278,7 @@ namespace dlib
{
{
private:
private:
// We don't want anyone making these no_label_type objects. They are here only to
// We don't want anyone making these no_label_type objects. They are here only to
// allow add_loss_layer::label_type and dnn_trainer::label_type to exist which voids
// allow add_loss_layer::label_type and dnn_trainer::label_type to exist which
a
voids
// needing to overload add_loss_layer and dnn_trainer for supervised an unsupervised
// needing to overload add_loss_layer and dnn_trainer for supervised an unsupervised
// losses. It also can be a type to use in template metaprogramming to indicate
// losses. It also can be a type to use in template metaprogramming to indicate
// "no label". So here we make the constructor private with the exception that
// "no label". So here we make the constructor private with the exception that
...
...
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