Adjacency matrix to GraphsTuple
salfaris opened this issue · 5 comments
salfaris commented
I couldn't find any function in the jraph API that allows me to convert an arbitrary adjacency matrix to a GraphsTuple object. I assume we are expected to do this manually?
Just curious if there is any potential future work on this feature? I would be happy to explore something down this road.
jg8610 commented
Hey Salfaris,
We don't currently have a function that does this, but we would be very happy to receive pull requests :)
salfaris commented
Hey @jg8610, that's great :)
I already implemented the function, but now wondering how to run the tests? It seems from the abseil documentation I have to download bazel?
salfaris commented
Update: nevermind I found out how to run the tests :)