Subclass DGL HeteroGraph

Hi!

Is it possible to subclass HeteroGraph and build new methods on top of it?

Thanks!

Hi,

It’s not recommended. What kind of methods do you need?

I was thinking about implementing several ways to update and pool latent representation between various types of nodes (sequences of update_all etc.) as bound methods.