EDeepLearningTool::GetNumTrainedIterations

Number of iterations that were performed to train this deep learning tool.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetNumTrainedIterations() const

Remarks

This number of iteration may result from the addition of the iterations performed in several calls to EDeepLearningTool::Train.
An iteration can also be called an epoch.

EDeepLearningTool.NumTrainedIterations

Number of iterations that were performed to train this deep learning tool.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint NumTrainedIterations

{ get; }

Remarks

This number of iteration may result from the addition of the iterations performed in several calls to EDeepLearningTool::Train.
An iteration can also be called an epoch.