EDeepLearningTool::StopTraining

Stops training and returns the last completed iteration. If the parameter 'wait' is set to true, the method will wait for the training thread to completely stop. Otherwise, the method will return immediately.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int StopTraining(
   bool wait
)

Parameters

wait

Whether to wait for the training to completely stop

EDeepLearningTool.StopTraining

Stops training and returns the last completed iteration. If the parameter 'wait' is set to true, the method will wait for the training thread to completely stop. Otherwise, the method will return immediately.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int StopTraining(
   bool wait
)

Parameters

wait

Whether to wait for the training to completely stop