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

Error using vl_nnconv #21

Open
EDINESH90 opened this issue Mar 12, 2020 · 0 comments
Open

Error using vl_nnconv #21

EDINESH90 opened this issue Mar 12, 2020 · 0 comments

Comments

@EDINESH90
Copy link

Kindly help me, to solve the following error,

Error using vl_nnconv
An input is not a numeric array (or GPU support not compiled).

Error in vl_simplenn (line 153)
res(i+1).x = vl_nnconv(res(i).x, l.filters, l.biases, 'pad', l.pad, 'stride', l.stride) ;

Error in mdnet_features_convX (line 20)
res = vl_simplenn(net, batch, [], [], ...

Error in mdnet_run (line 37)
feat_conv = mdnet_features_convX(net_conv, img, pos_examples, opts);

Error in demo_tracking (line 22)
result = mdnet_run(conf.imgList, conf.gt(1,:), net);

@EDINESH90 EDINESH90 reopened this Mar 12, 2020
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

1 participant