Replies: 1 comment 4 replies
-
If you do not have a dedicated train mask, you can create one after graph creation as well, e.g., via the The |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Hi,
I am trying to create an unsupervised graph embedding using heterogenous graph. I am using my own dataset that I have in a CSV format. I tried to use "Load Graph from CSV" but then when trying to create a GNN model as per the example, I am stuck with not having train_mask. Does this mean, I need to create a dataset first and then load the csv files? What is the difference between loading graph from CSV and Creating a custom dataset?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions