Node masking in GVAE #4964
Replies: 4 comments 7 replies
-
I think you can apply dropout or add random gaussian noise to your features to increase robustness. WDYT? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response,
Another query is how can I construct dual of a graph? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer, For example, |
Beta Was this translation helpful? Give feedback.
-
How to handle the error "No negative edges to sample" in batched negative sampling? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was trying to implement GVAE and there I found that negative sampling is being applied for edge_index only, is there any way to apply similar kind of techniques for nodes also during reconstruction to increase the robustness of the model performance?
Beta Was this translation helpful? Give feedback.
All reactions