Skip to content
Discussion options

You must be logged in to vote

It is correct that the autoencoder currently only works on a single graph. There are some modifications necessary to apply it to batches of graphs.

Nonetheless, I don't think that the embeddings produced by the autoencoder model are of much use for other down-stream tasks other than link prediction. Instead, you can either train your model directly in an end-to-end fashion against your ground-truth regression values, or you may want to look at our Deep Graph Infomax example (see examples/dgi.py). However, this example currently also considers only a single graph as input. It shouldn't be that complex to convert it into a mini-batch scenario though.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MattJud
Comment options

@rusty1s
Comment options

Answer selected by MattJud
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