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
how to convert a keras or tensorflow model with multiple inputs to a onnx one?
To reproduce
I have a tensorflow model with inputs like this: model(past_data1,past_data2, past_data3, future_features1,future_features2, tsidx)
where:
past_data1.shape,past_data2.shape, past_data3.shape, future_features1.shape,future_features2.shape, tsidx.shape are:
Describe the issue
how to convert a keras or tensorflow model with multiple inputs to a onnx one?
To reproduce
I have a tensorflow model with inputs like this:
model(past_data1,past_data2, past_data3, future_features1,future_features2, tsidx)
where:
past_data1.shape,past_data2.shape, past_data3.shape, future_features1.shape,future_features2.shape, tsidx.shape are:
Now I try to convert this model to a onnx one to gain some accelerations with the code:
Finally, it gives errors:
So how could I deal with it ? Thanks!
Urgency
No response
Platform
Linux
OS Version
Ubuntu 18.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.12.0
ONNX Runtime API
Python
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: