Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
8b5c696c
Commit
8b5c696c
authored
Feb 01, 2018
by
Davis King
Browse files
Fixed confusing comment
parent
bdaf50aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
dlib/dnn/trainer.h
dlib/dnn/trainer.h
+2
-5
No files found.
dlib/dnn/trainer.h
View file @
8b5c696c
...
...
@@ -593,11 +593,8 @@ namespace dlib
void
record_loss
(
double
loss
)
{
// Say that we will check if the gradient is bad 200 times during each
// iter_without_progress_thresh interval of network updates. This kind of
// budgeting causes our gradient checking to use a fixed amount of
// computational resources, regardless of the size of
// iter_without_progress_thresh.
// This kind of budgeting causes our gradient checking to use a fixed amount of
// computational resources, regardless of the size of iter_without_progress_thresh.
gradient_check_budget
+=
200
;
rs
.
add
(
loss
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment