Skip to content
Discussion options

You must be logged in to vote

This is currently not possible as it heavily complicates the underlying computation, e.g., we will now have edge_label_index and edge_label across multiple edge types, and need to sample negatives accordingly. During training, we need to compute heads for all potential edge types, while some of them may not even be present in the current mini-batch. I definitely see the use-cases for this, but I am not yet sure on how to best integrate this feature. cc @Padarn for any additional thoughts.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Padarn
Comment options

Padarn May 25, 2022
Collaborator

@rusty1s
Comment options

@Padarn
Comment options

Padarn May 26, 2022
Collaborator

@Padarn
Comment options

Padarn Jun 5, 2022
Collaborator

Answer selected by fenglangsss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment