EDeepLearningTool::GetCurrentTrainingNumIterations

Total number of training iterations that will be performed during the current training of the deep learning tool.
After the end of the training, this number is the actual number of iterations performed during the training which can be lower than the number of iterations given to the EDeepLearningTool::Train method (for example if the user called EDeepLearningTool::StopTraining).

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT32 GetCurrentTrainingNumIterations() const

EDeepLearningTool.CurrentTrainingNumIterations

Total number of training iterations that will be performed during the current training of the deep learning tool.
After the end of the training, this number is the actual number of iterations performed during the training which can be lower than the number of iterations given to the EDeepLearningTool::Train method (for example if the user called EDeepLearningTool::StopTraining).

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint CurrentTrainingNumIterations

{ get; }