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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
I converted a pytorch model to ONNX using these settings:
I imported that model to ngraph using these commands:
On import_onnx_model, it throws this error:
Is there a way to see which node has the "starts" attribute? I have a feeling it's related to slice, but I can't be sure.
Attached is a dump of the nodes from the onnx protobuf, nodes.txt.
Versions:
pytorch 1.4
onnx 1.6
ngraph-core 0.26
ngraph-onnx 0.24
The text was updated successfully, but these errors were encountered: