Skip to content

Fix issue with sparse tensors by using pyg 2.0 #23

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

Merged
merged 1 commit into from
Nov 7, 2022
Merged

Fix issue with sparse tensors by using pyg 2.0 #23

merged 1 commit into from
Nov 7, 2022

Conversation

ttesileanu
Copy link
Collaborator

We noticed a massive slowdown (~20x) after upgrading packages. Turned out to be a regression in pytorch-geometric in the handling of sparse tensors (pyg-team/pytorch_geometric#5299). This has been fixed in August but hasn't made it to a release yet, so our best bet was to downgrade pytorch-geometric (to 2.0.4). This also meant we had to use older versions of pytorch (1.11) and cudatoolkit (11.3).

Verified

This commit was signed with the committer’s verified signature.
dtolnay David Tolnay
@ttesileanu ttesileanu merged commit bd10c87 into main Nov 7, 2022
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.

None yet

1 participant