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

example_Reddit can't run #18

Open
wangzeyu135798 opened this issue Oct 26, 2020 · 2 comments
Open

example_Reddit can't run #18

wangzeyu135798 opened this issue Oct 26, 2020 · 2 comments

Comments

@wangzeyu135798
Copy link

When I run preprocess_reddit.py ,there is error that download link is wrong, urllib.error.HTTPError: HTTP Error 404: Not Found
, How to solve this?

@acbull
Copy link
Owner

acbull commented Oct 28, 2020

It didn't appear from my side. The function that might cause this problem is "
from torch_geometric.datasets import Reddit", probably you can refer to torch_geometric document to check whether there is network issue.

One alternative way is to directly download the reddit dataset, and replace this line.

@Juicechen95
Copy link

I also meet this problem, I think it is because of the old version torch_geometric. In the latest version of torch_geometric, url = 'https://data.dgl.ai/dataset/reddit.zip'. You can directly download it.

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

3 participants