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
Describe the bug
After the resolution of this issue I am now able to convert my two models to ONNX format. But one of them is loadable but not serveable.
It gives the following error:
onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running Where node. Name:'Where__462' Status Message: D:\a\_work\1\s\onnxruntime\core/providers/cpu/math/element_wise_ops.h:497 onnxruntime::BroadcastIterator::Init axis == 1 || axis == largest was false. Attempting to broadcast an axis by a dimension other than 1. 2 by 3
System information
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10.0.19042
Tensorflow Version: 2.5.0
Python version: 3.7.6
To Reproduce
You'll fin the saved_model and the ONNX conversion in the archive droped here
This was my mistake. the RaggedTensorToTensor implementation didn't account for uniform (dense) dimensions. #1676 has a fix. I tested your model and it converts and produces matching results on your data.
Describe the bug
After the resolution of this issue I am now able to convert my two models to ONNX format. But one of them is loadable but not serveable.
It gives the following error:
System information
To Reproduce
You'll fin the saved_model and the ONNX conversion in the archive droped here
To reproduce the error above, I just run:
The text was updated successfully, but these errors were encountered: