EDeepLearningTool::GetOptimizeBatchSize

EDeepLearningTool::SetOptimizeBatchSize

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

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

bool GetOptimizeBatchSize() const

void SetOptimizeBatchSize(bool optimize)

EDeepLearningTool.OptimizeBatchSize

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

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

bool OptimizeBatchSize

{ get; set; }