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

Clarification in main.ipynb notebook #4

Open
arindamdasgupta75 opened this issue Aug 30, 2024 · 0 comments
Open

Clarification in main.ipynb notebook #4

arindamdasgupta75 opened this issue Aug 30, 2024 · 0 comments

Comments

@arindamdasgupta75
Copy link

.
In main.ipynb the following code:

(N, 3) Columns: head, realtion, tail

print(f"Loading dataset: {dataset_name}")
triplets = {
'test': np.load(f"dataset/{dataset_name}/test_triples.npy"),
'valid': np.load(f"dataset/{dataset_name}/valid_triples.npy")
}

which test_triples.npy and valid_triples.npy are being referred to? They are not part of the package downloaded from github.

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

1 participant