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
91f512ec
Commit
91f512ec
authored
Nov 06, 2015
by
Davis King
Browse files
clarified spec
parent
87b182b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dlib/dnn/core_abstract.h
dlib/dnn/core_abstract.h
+2
-1
No files found.
dlib/dnn/core_abstract.h
View file @
91f512ec
...
@@ -379,7 +379,8 @@ namespace dlib
...
@@ -379,7 +379,8 @@ namespace dlib
);
);
/*!
/*!
requires
requires
- forward(x) was called to forward propagate x though the network.
- forward(x) was called to forward propagate x though the network. Moreover,
this was the most recent call to forward().
- get_gradient_input() has been set equal to the gradient of this network's
- get_gradient_input() has been set equal to the gradient of this network's
output with respect to some loss function.
output with respect to some loss function.
- This instance of solvers has only ever been used with this network. That
- This instance of solvers has only ever been used with this network. That
...
...
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