-
Hi, I wanted to dynamically build GNN models for heterogeneous graphs which is why I am using the
And the same model architecture but now build using the Sequential module:
I can see one subtle difference: in the first, a single Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Do you have a simple example to reproduce this? Are you just calling |
Beta Was this translation helpful? Give feedback.
I added a small test to confirm that
to_hetero
can work withSequential
PyG models (which runs just fine), please take a look: https://github.com/pyg-team/pytorch_geometric/pull/7927/files