sseung0703 / GALA_TF2.0

Tensorflow 2.0 implementation of "Symmetric Graph Convolutional Autoencoder for Unsupervised Graph Representation Learning" in ICCV2019
43 stars 6 forks source link

Hi! Great work! Will there be a pytorch version? :>>) #1

Open DLwbm123 opened 4 years ago

sseung0703 commented 4 years ago

Probably it will be. Actually I already write the Pytorch version, but it has same issue with this repository. They are not fully implemented and confirmed. I'll finish this repository first and translate it to Pytorch or TF1.x.

DLwbm123 commented 4 years ago

Many thanks! I am trying to implement it in pytorch_geometric too!

zsz00 commented 4 years ago

Is this repository fully implemented and confirmed ?
Will there be a pytorch version?

jmandivarapu1 commented 3 years ago

Is there any update on this?

fatcatZF commented 2 years ago

I tried to implement the idea in the paper using PyTorch. But I can't reproduce the clustering result.