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
02fe9a36
Commit
02fe9a36
authored
Feb 08, 2016
by
Davis King
Browse files
Removed unused variable
parent
e6437d7d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/dnn/loss.h
dlib/dnn/loss.h
+0
-1
No files found.
dlib/dnn/loss.h
View file @
02fe9a36
...
@@ -235,7 +235,6 @@ namespace dlib
...
@@ -235,7 +235,6 @@ namespace dlib
// Note that output_tensor.k() should match the number of labels.
// Note that output_tensor.k() should match the number of labels.
const
float
*
out_data
=
output_tensor
.
host
();
for
(
long
i
=
0
;
i
<
output_tensor
.
num_samples
();
++
i
)
for
(
long
i
=
0
;
i
<
output_tensor
.
num_samples
();
++
i
)
{
{
// The index of the largest output for this sample is the label.
// The index of the largest output for this sample is the 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