vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 752 forks source link

Access violation while running vl_nnbnorm #1202

Open debvratV opened 5 years ago

debvratV commented 5 years ago

Hi,

I have been using MatConvnet for classifying remote sensing images. Everything works fine if I process images of size 2000x3000 pixels. But, if I try to process a large dataset of say 10000x16000 pixels, then I get an error while running the mex file of vl_nnbnorm, and MATLAB crashes down. PFA the error report. Access Violation - Abnormal Termination.txt

I'm working with matconvnet-1.0-beta23 version, on NVIDIA Tesla K20Xm. I've compiled the code with cuDNN support, and work on a 64 bit Windows Server edition.

Regards,