按照these commands编译matconvnet。
当我在matlab中运行run matlab/vl_compilenn
时,我收到以下错误:
Error using vl_compilenn>check_clpath (line 577)
Unable to find cl.exe
Error in vl_compilenn (line 400)
check_clpath(); % check whether cl.exe in path
Error in run (line 96)
evalin('caller', [script ';']);
错误与cl.exe有关,它看起来像Visual C ++编译器。我已经安装了Windows,已经安装了一堆'Microsoft Visual c ++ redistribuibile'。
我在Windows 7上使用Matlab 2016a