Replies: 1 comment 1 reply
-
I think there exists a limitation in PyTorch+Tensorboard that model inputs cannot take dictionaries with tuples as input. One workaround would be to convert all edge types (a 3-tuple) into a string first, use this as model input, and split them immediately at the start of your forward pass. Let me know if this works. |
Beta Was this translation helpful? Give feedback.
1 reply
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 Heterograph set up for GCN and trying to follow the example to write to Tensorboard:
And i get the following error:
Please help!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions