EDeepLearningTool::GetOptimizeBatchSize

EDeepLearningTool::SetOptimizeBatchSize

Indicates whether to optimize the batch size (see EDeepLearningTool::BatchSize) at training to maximize the training speed according to EDeepLearningTool::EnableGPU and the available memory.
Default value is true.

Namespace: Euresys::Open_eVision_2_11::EasyDeepLearning

[C++]

bool GetOptimizeBatchSize() const

void SetOptimizeBatchSize(bool optimize)

EDeepLearningTool.OptimizeBatchSize

Indicates whether to optimize the batch size (see EDeepLearningTool::BatchSize) at training to maximize the training speed according to EDeepLearningTool::EnableGPU and the available memory.
Default value is true.

Namespace: Euresys.Open_eVision_2_11.EasyDeepLearning

[C#]

bool OptimizeBatchSize

{ get; set; }