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

Update egnn_pytorch_geometric.py #42

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

souramoo
Copy link
Contributor

@souramoo souramoo commented Nov 17, 2023

This is due to a naming convention change in torch_geometric v2.3.0, where __attribute__ changed to _attribute. This means attributes like __check_input__ and __user_args__ have been renamed to _check_input and _user_args respectively. More details can be found in this pull request: pyg-team/pytorch_geometric#6999

This is due to a naming convention change in torch_geometric v2.3.0, where __attribute__ changed to _attribute. This means attributes like __check_input__ and __user_args__ have been renamed to _check_input and _user_args respectively. More details can be found in this pull request: pyg-team/pytorch_geometric#6999
@lucidrains
Copy link
Owner

thanks!

@lucidrains lucidrains merged commit 5d12387 into lucidrains:main Nov 20, 2023
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

2 participants