Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytorch #3

Open
tonyandsunny opened this issue Oct 28, 2019 · 1 comment
Open

pytorch #3

tonyandsunny opened this issue Oct 28, 2019 · 1 comment

Comments

@tonyandsunny
Copy link

Thank you very much for your work, I am not very familiar with the tensorflow version, do you have this code for pytorch?

@rusty1s
Copy link
Owner

rusty1s commented Oct 28, 2019

Except for the pre-processing part (which is pure numpy), this model can be easily implemented with PyTorch Geometric (e.g. see mnist_graclus.py). The pre-processing segmentation/adjacency/feature computation can be found here. After that, you just need to convert it to the PyG format :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants