Help Understand dataset = Planetoid(path, args.dataset, transform=T.NormalizeFeatures()) #7585
Unanswered
utkarsh0902311047
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run gcn.py example and I see the line "dataset = Planetoid(path, args.dataset, transform=T.NormalizeFeatures())". In this line can anyone tell me how to observe the effects of NormalizeFeatures. Because I am not able to observe any difference in the dataset which gets download with or without NormalizeFeatures.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions