vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

running imagenet-googlenet-dag.mat #719

Closed zmc1021 closed 8 years ago

zmc1021 commented 8 years ago

I completed gpu compilation and with only 1 failed test item. So I go ahead to run the imagenet-googlenet-dag.mat. I followed all the line instruction of "Using DAG models" up to net.eval({'data',im_}); the errors are the following,

Attempt to execute SCRIPT vl_nnconv as a function:

C:\Users\wwchang\Desktop\matconvnet-master\matconvnet-master\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)) ;

Appreciate it if someone could help me on this. Thanks in advance.

zmc1021 commented 8 years ago

The problem is solved by simply copy all the compiled mex files into the matlab directory.