forked from open-mmlab/mmaction2
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: pytorch2onnx.py unpack error #52
Comments
Did you solve this problem please ! I also have the same problem! |
I change the input shape [1,12,3,32,224,224] can generate the onnx model , but the onnx model can't infer , you can check the tools/test.py func: inference_onnx . and you can see the input shape of the onnx model is [1.12,3,32,224,224]. |
related issue |
I was able to successfully convert it to ONNX by using this -> #89 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before raising a question, you may need to check the following listed items.
Checklist
I use the pth and cfg file of Swin-S which date is Kinetics400, but got
And, I didn't modify any of the code
The text was updated successfully, but these errors were encountered: