Skip to content

Instantly share code, notes, and snippets.

@peiyunh
Created December 17, 2016 07:03
Show Gist options
  • Save peiyunh/a5447dc2c7ca612d3a9ca5ca9765a3c5 to your computer and use it in GitHub Desktop.
Save peiyunh/a5447dc2c7ca612d3a9ca5ca9765a3c5 to your computer and use it in GitHub Desktop.
Compile MatConvNet with full options
vl_compilenn('enableImreadJpeg', true, 'enableGpu', true, 'cudaRoot', '/usr/local/cuda',...
'cudaMethod', 'nvcc', 'enableCudnn', true, 'cudnnRoot', '/home/peiyunh/cudnn',...
'ImageLibraryCompileFlags',{'-I/home/peiyunh/.local/include/'},...
'ImageLibraryLinkFlags',{'-L/home/peiyunh/.local/lib/','-ljpeg'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment