Seed for RandomLinkSplit in torch_geometric.transforms #7373
songsong0425
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @songsong0425, Regarding your suggestion to add a seed-related option to RandomLinkSplit, I think it's a great idea. In fact, I tried adding this option to the codebase. You can find my commits related to this change in the following branch on the GitHub repository: In this branch, you'll see that I added a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before starting, thank you for your effort on the graph-based deep learning model.
While running the PyG code, I needed to set seed to maintain the consistency of training, validation, and test set for a fair comparison.
However, I couldn't find the seed-related option in
RandomLinkSplit
.For cases similar to this, how about adding an option such as
seed=1234
likerandom.seed()
?Or if there was any related option in
RandomLinkSplit
, please notify me.Thank you for your reading!
Beta Was this translation helpful? Give feedback.
All reactions