EDeepLearningTool::WaitForTrainingCompletion

Waits until the training is complete or the timeout is expired. A call to this method will block the calling thread for the shortest time between the timeout and the time it takes for the training to complete.
A negative timeout means that the method will wait until the training is complete.
The default value is set to -1.
The method returns the number of trained iterations.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int WaitForTrainingCompletion(
   int timeout
)

Parameters

timeout

Timeout in second

EDeepLearningTool.WaitForTrainingCompletion

Waits until the training is complete or the timeout is expired. A call to this method will block the calling thread for the shortest time between the timeout and the time it takes for the training to complete.
A negative timeout means that the method will wait until the training is complete.
The default value is set to -1.
The method returns the number of trained iterations.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int WaitForTrainingCompletion(
   int timeout
)

Parameters

timeout

Timeout in second