clarified spec

This commit is contained in:
Davis King 2015-09-28 08:48:12 -04:00
parent fa812881e7
commit 20536bec78
1 changed files with 3 additions and 1 deletions

View File

@ -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>