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
There's a GRU onnx model which can be directly used to infer using onnxruntime. However, when I'm trying to use the following code to convert this model to its pytorch counterpart:
There's a GRU onnx model which can be directly used to infer using
onnxruntime
. However, when I'm trying to use the following code to convert this model to its pytorch counterpart:I got the following error:
I don't know why it has happened internally though :(
The text was updated successfully, but these errors were encountered: