How to mask a portion of my graph and send the masked graph to my model? #6643
Answered
by
rusty1s
yangyangdotcom
asked this question in
Q&A
-
Hi, I am new to this library and I would like to know what's the most effective way to mask my graph and send it to my model. I did a little bit of googling and find out |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Feb 8, 2023
Replies: 1 comment 1 reply
-
The most convenient way is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yangyangdotcom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The most convenient way is
data.subgraph(node_mask)
:)