EDeepLearningTool::GetEnableDeterministicTraining

EDeepLearningTool::SetEnableDeterministicTraining

Whether to use determinitic training algorithm that allows to repeatable training results. Default value: false.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

bool GetEnableDeterministicTraining() const

void SetEnableDeterministicTraining(bool enable)

Remarks

Deterministic training is not guarenteed when:
- using multi-core processing is enabled (see Easy::MaxNumberOfProcessingThreads) regardless of the value of EDeepLearningTool::EnableGPU).
- performing several training on the same tool in succession.

EDeepLearningTool.EnableDeterministicTraining

Whether to use determinitic training algorithm that allows to repeatable training results. Default value: false.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

bool EnableDeterministicTraining

{ get; set; }

Remarks

Deterministic training is not guarenteed when:
- using multi-core processing is enabled (see Easy::MaxNumberOfProcessingThreads) regardless of the value of EDeepLearningTool::EnableGPU).
- performing several training on the same tool in succession.