to_networkx() arguments require iterable of str #7987
Unanswered
jackychen08
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This just refers to the names of attributes stored as part of |
Beta Was this translation helpful? Give feedback.
2 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.
-
Currently, to_networkx() arguments such as node_attrs and edge_attrs require " iterable of str". This seems unintuitive as lots of features are stored as floats or ints in pytorch tensors. Would it make more sense to update this function to be able to accept tensors of floats/ints ?
Beta Was this translation helpful? Give feedback.
All reactions