You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?
The text was updated successfully, but these errors were encountered: