Replies: 1 comment 2 replies
-
We sadly don't have an example for this yet, I am sorry. The process to do this would be
Everything else stays mostly the same as in our |
Beta Was this translation helpful? Give feedback.
2 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'm trying to understand how to train a GAE (or VGAE) with multiple graphs. I see bits and pieces in the discussions and issues (#458, #3769, #3046, #1176, etc.) but nothing conclusive. Is there a tutorial or implementation that utilizes multiple graphs to train a GAE?
If not, do I need to simply do a RandomLinkSpit on each graph in a batch during the training loop as done in here (#458)?
I'm also not sure "integrate batch support in the decoder to fix (using the to_dense_batch method)" (#458 (comment)) means.
Could some guidance be provided? Unless there is already an implementation.
Beta Was this translation helpful? Give feedback.
All reactions