Is there any built in functionality for halting training when "error" stops decreasing?
Or do we need to monitor that ourselves?
![]() |
|
|||||
|
||||||
Halting training
3 posts
• Page 1 of 1
Halting trainingIs there any built in functionality for halting training when "error" stops decreasing?
Or do we need to monitor that ourselves?
Re: Halting trainingIt is you who is driving the process. You call Run() to do training iteration. Then you check whatever you need to check (error, number of iterations, etc.) and decide if you want to go further.
3 posts
• Page 1 of 1
|
![]() |
|