Replies: 1 comment
-
Can you show me an example? Do you want to add new nodes or just change attributes of your graph? You can, of course, also add such data to your already created batch, e.g., by just replacing those features in |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I have a recurrent neural network that predicts new node positions. I would like to simply add these to the respective graphs in my batch. Is there an easy way to do it that keeps the Batch datastructure intact?
The only way I could find so far, was updating the underlying data and having a dataloader generate the batch again for me. There should be an easier way, right?
Thanks a lot,
J
Beta Was this translation helpful? Give feedback.
All reactions