-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[BUG][FRONTEND] Pytorch Importer mm #8392
Comments
cc @masahi |
Merged
tracking an related error here https://discuss.tvm.apache.org/t/pytorch-unable-to-import-a-simple-torch-nn-linear-to-relay/10383 |
Yeah I wonder why the test cases didn't catch this... |
Sorry for the confusion, this converter is not used anywhere. Removed in #8397 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caught this when reading through the code. Dense requires transposition.
https://github.com/apache/tvm/blob/main/python/tvm/relay/frontend/pytorch.py#L1880
The text was updated successfully, but these errors were encountered: