CFWCR icon indicating copy to clipboard operation
CFWCR copied to clipboard

Install.m has erronous call to install matconvnet

Open Cosmopal opened this issue 6 years ago • 0 comments

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'

Cosmopal avatar Feb 25 '19 06:02 Cosmopal