Skip to content

Instantly share code, notes, and snippets.

@kjw0612
Created September 9, 2015 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjw0612/647cb8796ba1d5f33dbf to your computer and use it in GitHub Desktop.
Save kjw0612/647cb8796ba1d5f33dbf to your computer and use it in GitHub Desktop.
Matconvnet Compile
addpath matlab
vl_compilenn('enableGPU', 1, 'cudaRoot', '/usr/local/cuda', 'cudaMethod', 'nvcc', 'enableCudnn', 1, 'cudnnRoot', 'local/');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment