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
20536bec
Commit
20536bec
authored
Sep 28, 2015
by
Davis King
Browse files
clarified spec
parent
fa812881
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dlib/dnn/layers_abstract.h
dlib/dnn/layers_abstract.h
+3
-1
No files found.
dlib/dnn/layers_abstract.h
View file @
20536bec
...
...
@@ -136,7 +136,9 @@ namespace dlib
ensures
- performs any necessary initial memory allocations and/or sets parameters
to their initial values prior to learning. Therefore, calling setup
destroys any previously learned parameters.
destroys any previously learned parameters. Also, typically setup()
would look at the dimensions of the outputs of sub and configure the
number of parameters in *this accordingly.
!*/
template
<
typename
SUBNET
>
...
...
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