SherylHYX / pytorch_geometric_signed_directed

PyTorch Geometric Signed Directed is a signed/directed graph neural network extension library for PyTorch Geometric. The paper is accepted by LoG 2023.
https://pytorch-geometric-signed-directed.readthedocs.io/en/latest/
MIT License
117 stars 16 forks source link

Magnet Input #52

Closed emalgorithm closed 1 year ago

emalgorithm commented 1 year ago

I'm trying to use the Magnet model, but it takes two node feature matrices: real, imag (PyTorch Float Tensor) - Node features.

However, given a graph we have only a single feature matrix. How should the model be used? Do you have an example?

Thanks