mxnet-ssd
mxnet-ssd copied to clipboard
get multibox_target_output layer error
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"
The name is not necessary the operator name, print the layers to see the real name first