"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "ee30b2aadd49af86696c4bab8b7b15153a55c9c7"
Commit a0af6b7a authored by Davis King's avatar Davis King
Browse files

tweaked docs

parent 60dad52c
...@@ -129,8 +129,8 @@ namespace dlib ...@@ -129,8 +129,8 @@ namespace dlib
- net_type is an object of type add_layer, add_loss_layer, add_skip_layer, or - net_type is an object of type add_layer, add_loss_layer, add_skip_layer, or
add_tag_layer. add_tag_layer.
ensures ensures
- This function returns the number of parameters of net if it has been properly - Returns the number of allocated parameters in the network. E.g. if the network has not
initialized and 0 otherwise. been trained then, since nothing has been allocated yet, it will return 0.
!*/ !*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
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