Commit 72d3ab86 authored by Davis King's avatar Davis King

fixed grammar

parent fdc3af3a
...@@ -112,9 +112,9 @@ namespace dlib ...@@ -112,9 +112,9 @@ namespace dlib
ensures ensures
- returns the error epsilon that determines when training should stop. - returns the error epsilon that determines when training should stop.
Smaller values may result in a more accurate solution but take longer Smaller values may result in a more accurate solution but take longer
to execute. You can think of this epsilon value as saying "solve the to train. You can think of this epsilon value as saying "solve the
optimization problem until the average loss per sample is within epsilon optimization problem until the average loss per sample is within epsilon
of it's optimal value". of its optimal value".
!*/ !*/
void set_max_cache_size ( void set_max_cache_size (
......
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