Commit 460b9491 authored by Davis King's avatar Davis King

clarified spec

parent a68b1f7f
......@@ -365,6 +365,8 @@ namespace dlib
will pick up from the last synchronization point.
- You can obtain the average loss value during the final training epoch by
calling get_average_loss().
- This function blocks until all threads inside the dnn_trainer have
stopped touching the net.
!*/
void train (
......@@ -391,6 +393,8 @@ namespace dlib
will pick up from the last synchronization point.
- You can obtain the average loss value during the final training epoch by
calling get_average_loss().
- This function blocks until all threads inside the dnn_trainer have
stopped touching the net.
!*/
void train_one_step (
......
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