Commit 08f965a3 authored by Davis King's avatar Davis King

Clarified spec

parent 68412221
...@@ -460,10 +460,11 @@ namespace dlib ...@@ -460,10 +460,11 @@ namespace dlib
That is, for each layer we will have: That is, for each layer we will have:
- get_output().num_samples() == 0 - get_output().num_samples() == 0
- get_gradient_input().num_samples() == 0 - get_gradient_input().num_samples() == 0
However, running new input data though this network will still have the However, running new input data though this network will still produce
same output it would have had regardless of any calls to clean(). the same output it would have produced regardless of any calls to
The purpose of clean() is to compact the network object prior to saving clean(). The purpose of clean() is to compact the network object prior
it to disk so that it takes up less space and the IO is quicker. to saving it to disk so that it takes up less space and the IO is
quicker.
!*/ !*/
}; };
......
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