You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at the outputs of the 3 versions of the model tflite, onnx and IR openvino. The openvino has 3 outputs and ftlite and onnx each have two outputs. How are they identical to each other?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am looking at the outputs of the 3 versions of the model tflite, onnx and IR openvino. The openvino has 3 outputs and ftlite and onnx each have two outputs. How are they identical to each other?
openvino xlm : [<Output: names[mbox_loc] shape[1,40448] type: f32>, <Output: names[mbox_conf_flatten] shape[1,20224] type: f32>, <Output: names[mbox_priorbox] shape[1,2,40448] type: f32>]
tflite: [<Output: names[StatefulPartitionedCall:0] shape[1,40448] type: f32>, <Output: names[StatefulPartitionedCall:1] shape[1,20224] type: f32>]
onnx: [<Output: names[tf.identity] shape[1,40448] type: f32>, <Output: names[tf.identity_1] shape[1,20224] type: f32>]
Beta Was this translation helpful? Give feedback.
All reactions