EdisonLeeeee / GreatX

A graph reliability toolbox based on PyTorch and PyTorch Geometric (PyG).
MIT License
83 stars 11 forks source link

Seperate `add_self_loops` and `normalize` arguments in `nn.layers.*` #6

Closed EdisonLeeeee closed 1 year ago

EdisonLeeeee commented 1 year ago

This PR lets arguments add_self_loops and normalize in nn.layers.* can act functionally if one is False.