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
3165ff28
Commit
3165ff28
authored
Mar 31, 2016
by
Davis King
Browse files
minor cleanup
parent
65f60203
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
dlib/dnn/layers.h
dlib/dnn/layers.h
+1
-2
No files found.
dlib/dnn/layers.h
View file @
3165ff28
...
@@ -919,10 +919,9 @@ namespace dlib
...
@@ -919,10 +919,9 @@ namespace dlib
}
}
void
backward_inplace
(
void
backward_inplace
(
const
tensor
&
computed_output
,
const
tensor
&
gradient_input
,
const
tensor
&
gradient_input
,
tensor
&
data_grad
,
tensor
&
data_grad
,
tensor
&
params_grad
tensor
&
/*
params_grad
*/
)
)
{
{
auto
g
=
gamma
(
params
,
0
);
auto
g
=
gamma
(
params
,
0
);
...
...
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