-
Notifications
You must be signed in to change notification settings - Fork 38
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
Issue loading graph from KG-Hub #38
Comments
The issue of that version is that it does not follow the agreed for format. Specifically, in the directory there it contains the files:
Is there any particular reason for this change in data format? Are the future data releases of kghub to change the data format? Please do let me know so that I can update the relative metadata. |
@caufieldjh any thoughts on this issue? looks like the file format in kg-idg changed |
For several KG-IDG builds, I was storing pre-separated train+valid subgraphs on KG-Hub, but have since removed them. |
The following runs, I will get the list of versions that currently fail. from grape.datasets.kghub import KGIDG
KGIDG(version="20230530") |
The list of versions that are failing are:
|
Excellent, thanks. I'll get them fixed. |
Seems to download, but I'm getting an error seemingly when the graph is being loaded. Possibly either the nodes or edges file is not what GRAPE expects?
To reproduce:
Output:
The text was updated successfully, but these errors were encountered: