Created
September 9, 2015 07:41
-
-
Save kjw0612/647cb8796ba1d5f33dbf to your computer and use it in GitHub Desktop.
Matconvnet Compile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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