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

Upgrade to PyTorch Geometric 2.x #11

Open
FrancescoCasalegno opened this issue Apr 12, 2022 · 0 comments
Open

Upgrade to PyTorch Geometric 2.x #11

FrancescoCasalegno opened this issue Apr 12, 2022 · 0 comments

Comments

@FrancescoCasalegno
Copy link
Contributor

When we are installing our package, we make sure to check that PyTorch Geometric version is <2:

pip install "torch-geometric<2"

The 2.0 is out since 2021-09, so we should upgrade our PyTorch Geometric version, after making sure that everything in our code still works fine.

For a list of the new features introduced in PyTorch Geometric 2.x, see here.

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

No branches or pull requests

1 participant