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
b08ae7f6
Commit
b08ae7f6
authored
Oct 13, 2015
by
Davis King
Browse files
clarified spec
parent
2e639b80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dlib/dnn/core_abstract.h
dlib/dnn/core_abstract.h
+4
-0
No files found.
dlib/dnn/core_abstract.h
View file @
b08ae7f6
...
@@ -916,6 +916,10 @@ namespace dlib
...
@@ -916,6 +916,10 @@ namespace dlib
- Checks if l correctly implements the EXAMPLE_LAYER_ interface defined in
- Checks if l correctly implements the EXAMPLE_LAYER_ interface defined in
layers_abstract.h. Importantly, it computes numerical approximations to the
layers_abstract.h. Importantly, it computes numerical approximations to the
gradients and compares them to the outputs of the layer.
gradients and compares them to the outputs of the layer.
- Note that this function is only capable of checking layers that take
arbitrary subnetworks as input. So if you have designed a layer that expects
only a certain restricted type of subnetwork then you might get an error when
you call this function.
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
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