Replies: 2 comments
-
The link to the original article was provided by PyG. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like we introduced a bug there in PyG 2.4, sorry :( Will be fixed in #8413. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem when I use UPFD in datasets.
It successfully downloaded and unzipped and converted to Data data, where the data.x data is normal, but there is a problem with data.edge_index. Specifically, the data.edge_index of the first dataset is empty with
edge_index=[2, 0]
,tensor([], size=(2, 0), dtype=torch.int64)
.The link when downloading the dataset should be fine https://docs.google.com/uc?export=download&id=1VskhAQ92PrT4sWEKQ2v2-AJhEcpp4A81&confirm=t.
This is not the same as past usage (about 6 months ago), which worked fine in the past.
Is it a problem with the new version please?
Beta Was this translation helpful? Give feedback.
All reactions