Chin Huang
Chin Huang
Sorry for late response. The PR you are referring to is for the pad operator. The unit tests indicate it is working as expected including negative padding. So I am...
Please share the onnx model file for debugging.
Unfortunately the spec change for Unsqueeze version 13 has not been implemented. Contribution is certainly welcome! In the meantime, you could possibly export the model into onnx opset 12 and...
Unsqueeze for opset 13 is now supported. You need to do a build from source. Do a git clone and run `pip install -e .`
You should be able to find the structured outputs using `m.signatures['serving_default'].structured_outputs`
Are you looking at the pb file from a viewer like Netron? Unfortunately the generated pb is part of a TF saved model, not a pure computational graph. In order...
tensorflow_graph_to_onnx_model is no longer an API in ONNX-TF. If you see the same problem, please include the code snippet and the onnx file for investigation. Thanks!
Can anyone please share the yolov5 onnx file for debugging?
A PR is opened to fix it, https://github.com/onnx/onnx-tensorflow/pull/990. Please check it out to see if it helps.
Please specify Tensorflow version. Use 2.4.x and see if it helps.