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

Extract SDGNN and SiGAT Loss Function #43

Closed huangjunjie-cs closed 1 year ago

huangjunjie-cs commented 1 year ago
  1. Extract Loss Functions to modules.
  2. Remove SiGAT/SDGNN/SNEA/SGCN mini batch operations.