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
8cb8690d
Commit
8cb8690d
authored
Nov 10, 2015
by
Davis King
Browse files
clarified spec
parent
a79e7cf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/dnn/loss_abstract.h
dlib/dnn/loss_abstract.h
+2
-2
No files found.
dlib/dnn/loss_abstract.h
View file @
8cb8690d
...
@@ -75,8 +75,8 @@ namespace dlib
...
@@ -75,8 +75,8 @@ namespace dlib
- Converts the output of the provided network to label_type objects and
- Converts the output of the provided network to label_type objects and
stores the results into the range indicated by iter. In particular, for
stores the results into the range indicated by iter. In particular, for
all valid i, it will be the case that:
all valid i, it will be the case that:
*(iter+i/sample_expansion_factor) is
the element corresponding to the
*(iter+i/sample_expansion_factor) is
populated based on the output of
output of sub for
the ith sample in input_tensor.
sub and corresponds to
the ith sample in input_tensor.
!*/
!*/
template
<
template
<
...
...
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