Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
8b5c696c
Commit
8b5c696c
authored
Feb 01, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed confusing comment
parent
bdaf50aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
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