Skip to content

Commit d603d53

Browse files
authored
Remove feature normalization for Reddit
1 parent b425b48 commit d603d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcn_distr_15d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ def main():
765765
num_classes = dataset.num_classes
766766
elif graphname == "Reddit":
767767
path = osp.join(osp.dirname(osp.realpath(__file__)), '..', 'data', graphname)
768-
dataset = Reddit(path, T.NormalizeFeatures())
768+
dataset = Reddit(path)
769769
data = dataset[0]
770770
data = data.to(device)
771771
data.x.requires_grad = True

0 commit comments

Comments
 (0)