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
a53354eb
Commit
a53354eb
authored
Jan 09, 2020
by
Davis King
Browse files
updated docs
parent
fcc7a75c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dlib/dnn/loss_abstract.h
dlib/dnn/loss_abstract.h
+2
-1
No files found.
dlib/dnn/loss_abstract.h
View file @
a53354eb
...
...
@@ -290,7 +290,8 @@ namespace dlib
- sub.get_output().k() == 1
- sub.get_output().num_samples() == input_tensor.num_samples()
- sub.sample_expansion_factor() == 1
- all values pointed to by truth are +1 or -1.
- all values pointed to by truth are non-zero. Nominally they should be +1 or -1,
each indicating the desired class label.
!*/
};
...
...
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