Skip to content
Discussion options

You must be logged in to vote
  1. Yes, this looks good, but there is probably no reason to out-source classification to a separate model. I suggest to train this end-to-end as shown here: https://github.com/pyg-team/pytorch_geometric/blob/master/examples/mutag_gin.py
  2. Yes, you will need to train your model. You can do it in a supervised fashion end-to-end (recommended), or train the GNN in an unsupervised fashion to use the embeddings downstream (see examples/graph_sage_unsup.py)
  3. Yes, this will be achieved through the DataLoader
  4. No, the NeighborLoader is only useful for operating on single large graphs. Use DataLoader instead :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GeorgiosIoannouCoder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants