Hi,
when describing how to use the ArmNN for inference, I think you misspelled the variable output_binding_info in the next line outputs_binding_info. One 's' to much.
Cheers
...
# Get output binding information for an output layer by using the layer name.
output_binding_info = parser.GetNetworkOutputBindingInfo(0, 'model/output')
output_tensors = ann.make_output_tensors([outputs_binding_info])
Hi, when describing how to use the ArmNN for inference, I think you misspelled the variable
output_binding_info
in the next lineoutputs_binding_info
. One 's' to much. Cheers