-
Hi, Is it possible to convert I'm trying to make a model that performs a Graph-level regression task on a heterogeneous graph network and think the Dense layers are most appropriate for the task. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Does https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/nn/to_hetero_transformer.py help solve your problem? It allows you to build a heterogenous model out of homogenous modules. There is an example of it's use here |
Beta Was this translation helpful? Give feedback.
-
It is currently not possible, I am sorry. Even for graph-level tasks, we recommend to use sparse representations. |
Beta Was this translation helpful? Give feedback.
It is currently not possible, I am sorry. Even for graph-level tasks, we recommend to use sparse representations.