We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the install.m has the following line 19 vl_compilenn('enableGpu', true, 'cudaMethod', 'nvcc','cudaRoot', 'your cuda path','verbose', 2);
which has 'your cuda path' for cudaRoot. It is not mentioned in the README that we need to set/change/remove this first before running install
Also, this is a bit unnecessary, since the 2nd step in the README already asks to compile and install matconvnet via the link 'more install details'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the install.m has the following line 19
vl_compilenn('enableGpu', true, 'cudaMethod', 'nvcc','cudaRoot', 'your cuda path','verbose', 2);
which has 'your cuda path' for cudaRoot. It is not mentioned in the README that we need to set/change/remove this first before running install
Also, this is a bit unnecessary, since the 2nd step in the README already asks to compile and install matconvnet via the link 'more install details'
The text was updated successfully, but these errors were encountered: