-
> > run('C:\Users\admin\Desktop\PA3\vlfeat\vlfeat-0.9.20\toolbox\vl_setup')
> > run('C:\Users\admin\Desktop\PA3\MatConvnet/matlab/vl_setupnn')
경고: 이름이 존재하지 않거나 디렉터리가 아님: C:\Users\admin\Desktop\PA3\Ma…
-
Hi,
The link you have for the MatConvNet model is the link for the CAFFE model
-
What's the version you are using for this project? I tried the newest version but it failed with the error:
> Error in vl_simplenn (line 182)
> res(i+1).x = vl_nnconv(res(i).x, l.weights{1}, …
caiqi updated
8 years ago
-
When i compile matconvnet-1.0-beta25, i get the fellowing error:
警告: Version 7.0 of the CUDA toolkit could not be found. If installed, set MW_NVCC_PATH
environment variable to location of nvcc com…
-
```
> vl_compilenn('enableGpu', true)
Error using vl_compilenn>search_cuda_devkit (line 604)
Could not find a valid NVCC executable\n
Error in vl_compilenn (line 251)
if isempty(opts.cudaRoot), op…
-
vl_contrib('compile', 'mcnSSD', 'contribUrl', 'github.com/albanie/matconvnet-contrib-test/') ;
202 if opts.enableGpu, ext = 'cu' ; else ext='cpp' ; end
vl_compilenn: CUDA: MEX config file: 'C:\Progr…
-
![1592048384(1)](https://user-images.githubusercontent.com/66623041/84567854-1b2bee00-adae-11ea-9229-561d40250d52.png)
1 I had a bug with the above image while configuring Matconvnet: 'cl.exe' was no…
-
`Error using vl_nnconv
An input is not a numeric array (or GPU support not compiled).
Error in vl_test_simplenn (line 297)
output = vl_nnconv(res(i).x, l.weights{1}, l.weights{2}, ...
Er…
-
After successfully installed Matconvnet freshly, the installation of mcnMaxout occured the following error and thus failed to install on my VS2015 + nvcc9.0 + Win10 setup:
> vl_contrib('install', …
k2cu8 updated
5 years ago
-
Thank you for providing this port. What compiler is your mex setup designed to use?
Mine is Microsoft Visual C++ 2013 pro, Matlab 2015a, Cuda 8.0, which runs fine until mex reaches vl_nnmultiboxde…