embedded_gcnn icon indicating copy to clipboard operation
embedded_gcnn copied to clipboard

pytorch

Open tonyandsunny opened this issue 6 years ago • 1 comments

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

tonyandsunny avatar Oct 28 '19 13:10 tonyandsunny

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 :)

rusty1s avatar Oct 28 '19 14:10 rusty1s