-
Notifications
You must be signed in to change notification settings - Fork 56
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
Converting PyG 2.4.0 dataset to a list of deepsnap graphs no longer works! #53
Comments
I ended up solving the issue in a deepsnap forked repo! |
Thanks @SebastianHurubaru ! Sorry that I am very busy recently. If possible, can you also create a PR for the fix? |
Merged
Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
After upgrading from PyG 2.3.x to PyG 2.4.0, the
keys
property oftorch_geometric.data.data.BaseData
was refactored into a method, leading to the following error when callingGraphDataset.pyg_to_graphs
You can use this sample to replicate the issue:
Could someone please have a look?
Thank you in advance!
Sebastian
The text was updated successfully, but these errors were encountered: