joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
356 stars 195 forks source link

Using HasImgCrop breaks execution #70

Closed joaopauloschuler closed 2 years ago

joaopauloschuler commented 2 years ago

This provokes the error:

NeuralFit.HasImgCrop := true;
NeuralFit.MaxCropSize := csCropSize;
NeuralFit.Fit(NN, ImgTrainingVolumes,...