Does dgl.graph initialize embeddings again?

I certainly made a graph with predefined embedding.

However, for convenience, I deliberately disconnected all the edges related to some nodes,
and those nodes lost all the embeddings I pre-defined, and got embeddings with all zeros.

Is it an intended action?

Could you provide a minimal code snippet to reproduce the issue?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.