mfigurnov / perforated-cnn-matconvnet

Other
10 stars 13 forks source link

libmwgpusparse.so error #1

Closed kamadforge closed 8 years ago

kamadforge commented 8 years ago

After succesful compilation, I get the following error when running the tests:

vl_test_nnconv_perf(0); testing vl_nnconv with square, non square, and fully connected filters Invalid MEX-file '/sdb/repository/kamil/perforated-cnn-matconvnet-master/matlab/mex/vl_nnconvidx.mexa64': libmwgpusparse.so: cannot open shared object file: No such file or directory

Error in vl_test_nnconv_perf (line 32) convindices = vl_nnconvidx([9 18 10 n], size(w), 'inindices', inindices, 'verbose');

I cannot find the file libmwgpusparse.so anywhere.

kamadforge commented 8 years ago

The required libraries are in the folder where Matlab was downlaoded. I copied the required libraries to the installation folder.