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

Confusion about train_graph, valid_graph, and test_graph in datasets.py #2

Open
2004learner opened this issue Nov 10, 2024 · 0 comments

Comments

@2004learner
Copy link

Hello,

I cloned the repository and I'm currently trying to understand the code in datasets.py. However, I'm having trouble understanding how the train_graph, valid_graph, and test_graph are being used.

It seems that valid_graph doesn't utilize the valid_triplets, and test_graph doesn't seem to use the test_triplets either. I don't understand self.graphself.train_graphself.test_graphself.valid_graph even inference_graph.

Could you please clarify this part of the code? Specifically, I’d like to understand how the graphs are constructed.

Thanks in advance!

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