Commit a0af6b7a authored by Davis King's avatar Davis King
Browse files

tweaked docs

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