Commit 20536bec authored by Davis King's avatar Davis King

clarified spec

parent fa812881
...@@ -136,7 +136,9 @@ namespace dlib ...@@ -136,7 +136,9 @@ namespace dlib
ensures ensures
- performs any necessary initial memory allocations and/or sets parameters - performs any necessary initial memory allocations and/or sets parameters
to their initial values prior to learning. Therefore, calling setup 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> template <typename SUBNET>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment