Skip to content
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

[Torch] Remove unused conversion #8397

Merged
merged 3 commits into from
Jul 3, 2021
Merged

[Torch] Remove unused conversion #8397

merged 3 commits into from
Jul 3, 2021

Conversation

masahi
Copy link
Member

@masahi masahi commented Jul 3, 2021

Fixes #8392

This could have been a source of accuracy issues. For some reason I don't get shape errors without transpose, only accuracy errors.

Actually it turns out this is a dead code...

@comaniac @jcf94 @tqchen

@masahi masahi changed the title [Torch] fix weight shape in torch.mm conversion [Torch] Remove unused conversion Jul 3, 2021
@masahi masahi merged commit e19e979 into apache:main Jul 3, 2021
ylc pushed a commit to ylc/tvm that referenced this pull request Sep 29, 2021
* fix weight shape in torch.mm conversion

* Revert "fix weight shape in torch.mm conversion"

This reverts commit a1a8fd3.

* [Torch] remove unused conversion
zxy844288792 pushed a commit to zxy844288792/tvm that referenced this pull request Mar 4, 2022
* fix weight shape in torch.mm conversion

* Revert "fix weight shape in torch.mm conversion"

This reverts commit a1a8fd3.

* [Torch] remove unused conversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG][FRONTEND] Pytorch Importer mm
2 participants