-
Hi everyone, I am a newbie in PyTorch Geometric. Thank you for the amazing job that you have done! I found an old discussion here about bipartite graph support. Suppose that we have a directed bipartite graph with the first independent set having 100 nodes pointing to 10 nodes in the other independent set. If num_classes is 3 then GAT returns an output of shape (100,3) and the BipartiteGraphOperator from the link above return an output of dimension of shape (10, 3). My question is the following. Is it possible to make GAT have the same output dimension as the BipartiteGraphOperator layer? If not is there any other method that does this? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Everything is clear now, it was working as it should but I had a missing piece that was causing all of this. Thank you! |
Beta Was this translation helpful? Give feedback.
Everything is clear now, it was working as it should but I had a missing piece that was causing all of this. Thank you!