Tiiiger / SGC

official implementation for the paper "Simplifying Graph Convolutional Networks"
MIT License
831 stars 145 forks source link

default normalization in utils.py load_citations() #8

Closed fmonta closed 5 years ago

fmonta commented 5 years ago

The default normalization is set to "FirstOrderGCN", which is not implemented in normalization.py. I believe it should be replaced by "AugNormAdj" as is the case in load_reddit_data().

Tiiiger commented 5 years ago

Thank you. Fixed.