-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
DBP15K download url seems to be broken #3980
Comments
Mh, you are right. What a bummer. It looks like the files are not longer available under this repo: https://github.com/syxu828/Crosslingula-KG-Matching. I created an issue here: syxu828/Crosslingula-KG-Matching#18 |
Hi @AndAgio @rusty1s |
This is awesome! Can you send a PR with the applied changes? |
Yes, I'm glad to do it :) |
🐛 Describe the bug
The google drive file ID linked with the DBP15K dataset seems to point to a broken URL. Indeed, running a simple
dataset = torch_geometric.datasets.DBP15K(os.getcwd(), 'en_fr')
returns azipfile.BadZipFile: File is not a zip file
.This is due to the fact that the code downloads an empty zip file, which can't be unzipped. Digging a bit more it seems that the google drive URL used for the dataset download is not valid anymore. Is there a workaround?
Environment
conda
,pip
, source): pipThe text was updated successfully, but these errors were encountered: