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
I'm trying to run my cnn model on matlab .I think it is not compiling the right directory.
When i compile
CUDA: MEX config file: 'D:\Polyspace\R2020a\toolbox\distcomp\gpu\extern\src\mex\win64\mex_CUDA_win64.xml'
the above directory is configured but the mex file and matconvnet toolbox is in :D:\TADT-master\utils\matconvnet\matlab\mex directory.
Is this why i'm getting the following error?
Error using vl_nnconv
The option name is not a string (argument number 5)
Error in dagnn.Conv/forward (line 11)
outputs{1} = vl_nnconv(...
Error in dagnn.Layer/forwardAdvanced (line 85)
outputs = obj.forward(inputs, {net1.params(par).value}) ;
Error in dagnn.DagNN/eval (line 91)
obj.layers(l).block.forwardAdvanced(obj.layers(l)) ;
Error in get_subwindow_feature (line 37)
net_feat.eval({'input',gpuArray(patch_sw)});
I'm trying to run my cnn model on matlab .I think it is not compiling the right directory.
When i compile
CUDA: MEX config file: 'D:\Polyspace\R2020a\toolbox\distcomp\gpu\extern\src\mex\win64\mex_CUDA_win64.xml'
the above directory is configured but the mex file and matconvnet toolbox is in :D:\TADT-master\utils\matconvnet\matlab\mex directory.
Is this why i'm getting the following error?
Error using vl_nnconv
The option name is not a string (argument number 5)
Error in dagnn.Conv/forward (line 11)
outputs{1} = vl_nnconv(...
Error in dagnn.Layer/forwardAdvanced (line 85)
outputs = obj.forward(inputs, {net1.params(par).value}) ;
Error in dagnn.DagNN/eval (line 91)
obj.layers(l).block.forwardAdvanced(obj.layers(l)) ;
Error in get_subwindow_feature (line 37)
net_feat.eval({'input',gpuArray(patch_sw)});
Error in tadt_tracking (line 63)
feat_groups = get_subwindow_feature(net_feat, img, sw_location, input_sz, feat_layer);
Error in Demo_TADT (line 23)
[result, fps]=tadt_tracking(seq_info.img_list, seq_info.gt(1,:), vgg16_model_path, display);
The text was updated successfully, but these errors were encountered: