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
e323f23d
"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "d3dd8e370008f267ccb1657d746a5abea2e88305"
Commit
e323f23d
authored
Feb 20, 2017
by
Davis King
Browse files
clarified spec
parent
a525e8d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
dlib/dnn/loss_abstract.h
dlib/dnn/loss_abstract.h
+4
-2
No files found.
dlib/dnn/loss_abstract.h
View file @
e323f23d
...
@@ -713,8 +713,10 @@ namespace dlib
...
@@ -713,8 +713,10 @@ namespace dlib
/*!
/*!
WHAT THIS OBJECT REPRESENTS
WHAT THIS OBJECT REPRESENTS
This object implements the loss layer interface defined above by
This object implements the loss layer interface defined above by
EXAMPLE_LOSS_LAYER_. In particular, it implements the mean squared loss, which is
EXAMPLE_LOSS_LAYER_. In particular, it implements the mean squared loss,
appropriate for regression problems.
which is appropriate for regression problems. It is basically just like
loss_mean_squared_ except that it lets you define multiple outputs instead
of just 1.
!*/
!*/
public:
public:
...
...
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