Tiiiger / SGC

official implementation for the paper "Simplifying Graph Convolutional Networks"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default normalization in utils.py load_citations()

fmonta opened this issue · comments

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().

Thank you. Fixed.