mxnet-ssd icon indicating copy to clipboard operation
mxnet-ssd copied to clipboard

get multibox_target_output layer error

Open gaosanyuan opened this issue 8 years ago • 1 comments

How to get multi box_target output layer? I tried it like this: layers = net.get_internals() layer = layers["mulitbox_targrt_output"] And the error is : cannot find output that matches name "multi box_target_output"

gaosanyuan avatar Jan 15 '18 09:01 gaosanyuan

The name is not necessary the operator name, print the layers to see the real name first

zhreshold avatar Jan 17 '18 21:01 zhreshold