Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vl_compilenn directory #1246

Open
ghost opened this issue Apr 23, 2021 · 0 comments
Open

vl_compilenn directory #1246

ghost opened this issue Apr 23, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 23, 2021

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants