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
460b9491
Commit
460b9491
authored
Dec 17, 2016
by
Davis King
Browse files
clarified spec
parent
a68b1f7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dlib/dnn/trainer_abstract.h
dlib/dnn/trainer_abstract.h
+4
-0
No files found.
dlib/dnn/trainer_abstract.h
View file @
460b9491
...
@@ -365,6 +365,8 @@ namespace dlib
...
@@ -365,6 +365,8 @@ namespace dlib
will pick up from the last synchronization point.
will pick up from the last synchronization point.
- You can obtain the average loss value during the final training epoch by
- You can obtain the average loss value during the final training epoch by
calling get_average_loss().
calling get_average_loss().
- This function blocks until all threads inside the dnn_trainer have
stopped touching the net.
!*/
!*/
void
train
(
void
train
(
...
@@ -391,6 +393,8 @@ namespace dlib
...
@@ -391,6 +393,8 @@ namespace dlib
will pick up from the last synchronization point.
will pick up from the last synchronization point.
- You can obtain the average loss value during the final training epoch by
- You can obtain the average loss value during the final training epoch by
calling get_average_loss().
calling get_average_loss().
- This function blocks until all threads inside the dnn_trainer have
stopped touching the net.
!*/
!*/
void
train_one_step
(
void
train_one_step
(
...
...
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