This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment 5 replies
-
hi @aslam-ep BTW Do you have any specific reason to use onnx 1.2.1? I would recommend using onnx 1.7 or 1.8 because that's what we officially support now |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When converting MXNet i3d_resnet50_v1_custom model to onxx I got an error like this:
ValidationError: Graph must be in single static assignment (SSA) form, however 'layer1_0_relu0_fwd' has been used as output names multiple times.
onxx version I used: 1.2.1
Beta Was this translation helpful? Give feedback.
All reactions