Skip to content

Add embed() Method to GNN Models #8

@tonyzamyatin

Description

@tonyzamyatin

Summary:
Add support for explicitly accessing graph embeddings by introducing an embed() method to GNNs.

Motivation:
For model analysis and interpretability, it's often useful to inspect the learned graph embeddings in addition to the predictions.
Being able to extract embeddings facilitates debugging, visualization (e.g., t-SNE), and downstream tasks like clustering or similarity analysis.

  • Compute and log embeddings during or after training.
  • Swap out or reuse embeddings across experiments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions