vlfeat / matconvnet

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

vl_simplenn_tidy(net)需要更多参数才能运行 #986

Open XIEJUNXIRUOFENG opened 7 years ago

XIEJUNXIRUOFENG commented 7 years ago

引用了不存在的字段 'layers'。

出错 vl_simplenn_tidy (line 45) for l = 1:numel(net.layers)

kaneorotar commented 7 years ago

It means you didn't define the 'layers' cell in your 'net' struct.

More context (the complete code maybe) is required to identify the cause of the problem.