Replies: 1 comment 1 reply
-
Which version are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
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 I run the mmclassification prediction demo, I get the correct prediction results, but when exporting the onnx model with torch.onnx.export(model, x, "resnet50.onnx", verbose=True), I always report an error. This error is the same as when I tried to export a model suitable for invocation in C++ using traced_module=torch.jit.trace(net, x).
Beta Was this translation helpful? Give feedback.
All reactions