cszn/SRMD

can not find vl_argparse in utilities

lseiyjg opened this issue · 1 comments

ERROR in vl_nnSubP (line 5)
opts = vl_argparse(opts, varargin, 'nonrecursive') ;
ERROR in vl_srmd_matlab (line 36)
res(i+1).x = vl_nnSubP(res(i).x, [],'scale',l.scale);
ERROR in Demo_bicubic_degradation_SRMD (line 118)
res = vl_srmd_matlab(net, input); % you should also set "useGPU = 0;" and comment "net =
vl_simplenn_tidy(net);"