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
0bb6ce36
Commit
0bb6ce36
authored
Sep 02, 2020
by
Davis King
Browse files
dnn_trainer prints number of steps executed when print to ostream
parent
76cc8e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/dnn/trainer.h
dlib/dnn/trainer.h
+1
-0
No files found.
dlib/dnn/trainer.h
View file @
0bb6ce36
...
...
@@ -1372,6 +1372,7 @@ namespace dlib
out
<<
" net architecture hash: "
<<
md5
(
cast_to_string
(
trainer
.
get_net
().
subnet
()))
<<
endl
;
out
<<
" loss: "
<<
trainer
.
get_net
().
loss_details
()
<<
endl
;
out
<<
" get_train_one_step_calls(): "
<<
trainer
.
get_train_one_step_calls
()
<<
endl
;
out
<<
" synchronization file: "
<<
trainer
.
get_synchronization_file
()
<<
endl
;
out
<<
" trainer.get_solvers()[0]: "
<<
trainer
.
get_solvers
()[
0
]
<<
endl
;
auto
sched
=
trainer
.
get_learning_rate_schedule
();
...
...
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