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
9f6aefc0
Commit
9f6aefc0
authored
Jan 28, 2021
by
Davis King
Browse files
Add missing .get_final_data_gradient() for repeat layer
parent
1516cf31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/dnn/core.h
dlib/dnn/core.h
+3
-0
No files found.
dlib/dnn/core.h
View file @
9f6aefc0
...
@@ -1901,6 +1901,9 @@ namespace dlib
...
@@ -1901,6 +1901,9 @@ namespace dlib
return
details
[
0
].
get_gradient_input
();
return
details
[
0
].
get_gradient_input
();
}
}
const
tensor
&
get_final_data_gradient
(
)
const
{
return
subnetwork
.
get_final_data_gradient
();
}
const
tensor
&
get_parameter_gradient
(
const
tensor
&
get_parameter_gradient
(
)
const
{
return
details
[
0
].
get_parameter_gradient
();
}
)
const
{
return
details
[
0
].
get_parameter_gradient
();
}
...
...
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