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

Some collapse when run the train and test code. #20

Open
jsjs0827 opened this issue Nov 7, 2018 · 0 comments
Open

Some collapse when run the train and test code. #20

jsjs0827 opened this issue Nov 7, 2018 · 0 comments

Comments

@jsjs0827
Copy link

jsjs0827 commented Nov 7, 2018

Sorry to bother you. I am new to matconv,maybe I make some low mistakes, I really want to get some help from you.
When I ran the train_id_net_res_market_new.m, it collapsed:
Error in cnn_train_dag (line 90)
[net, state] = processEpoch(net, state, params, 'train',opts) ;

Error in train_id_net_res_market_new (line 38)
[net,info] = cnn_train_dag(net, imdb, @GetBatch,opts) ;
When I ran the est_gallery_stn_base.m, it collapsed:

test_gallery_stn_base
1

Attempt to execute SCRIPT vl_nnconv as a function:
/data/pedestrianalignmentnetwork/Pedestrian_Alignment/matlab/vl_nnconv.m

Error in dagnn.Conv/forward (line 11)
outputs{1} = vl_nnconv(...

Error in dagnn.Layer/forwardAdvanced (line 85)
outputs = obj.forward(inputs, {net.params(par).value}) ;

Error in dagnn.DagNN/eval (line 91)
obj.layers(l).block.forwardAdvanced(obj.layers(l)) ;

Error in getFeature2 (line 4)
net.eval({inputname,gpuArray(im)}) ;

Error in test_gallery_stn_base (line 29)
f = getFeature2(net,oim,im_mean,'data','pool5n');
What's wrong?

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