Add random noise to edge attribute #2578
Unanswered
shrimonmuke0202
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I guess you can simply add random Gaussian noise to them, e.g.: edge_attr = edge_attr + 0.01 * torch.randn_like(edge_attr) |
Beta Was this translation helpful? Give feedback.
3 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.
-
How can I add random noise to the edge attribute before passing it into the GCN layer?
Beta Was this translation helpful? Give feedback.
All reactions