EDeepLearningTool::GetImageCacheSize

EDeepLearningTool::SetImageCacheSize

Size in byte of the image cache. The cache is used during training to store reformatted and normalized images. A correctly sized cache can reduce the hard drive accesses and the preprocessing time for each image.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT64 GetImageCacheSize() const

void SetImageCacheSize(OEV_UINT64 size)

EDeepLearningTool.ImageCacheSize

Size in byte of the image cache. The cache is used during training to store reformatted and normalized images. A correctly sized cache can reduce the hard drive accesses and the preprocessing time for each image.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

System.UInt64 ImageCacheSize

{ get; set; }