Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
8cb8690d
Commit
8cb8690d
authored
Nov 10, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified spec
parent
a79e7cf6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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