You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in vl_compilenn (line 384)
parfor i = 1:numel(horzcat(lib_src, mex_src))
Error in my_build (line 8)
vl_compilenn('enableImreadJpeg', true)
Error in run (line 96)
evalin('caller', [script ';']);
Error in demo (line 11)
run([matconvpath '/my_build.m']); % compile: modify this file to enable GPU support (much faster)
Do you have a solution?
Thank you
The text was updated successfully, but these errors were encountered:
Hello
When I run the code demo I have the following problem:
Error using vl_compilenn>mex_compile (line 431)
No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2015a/win64.html.
Error in vl_compilenn>(parfor body) (line 393)
mex_compile(opts, srcs{i}, toobj(bld_dir,srcs{i}), flags.mexcc) ;
Error in vl_compilenn (line 384)
parfor i = 1:numel(horzcat(lib_src, mex_src))
Error in my_build (line 8)
vl_compilenn('enableImreadJpeg', true)
Error in run (line 96)
evalin('caller', [script ';']);
Error in demo (line 11)
run([matconvpath '/my_build.m']); % compile: modify this file to enable GPU support (much faster)
Do you have a solution?
Thank you
The text was updated successfully, but these errors were encountered: