shionhonda / gae-dgl

Reimplementation of Graph Autoencoder by Kipf & Welling with DGL.
https://arxiv.org/abs/1611.07308
MIT License
65 stars 12 forks source link

Refactored some classes moving them to new files and created wrapper sub-class for GAE torch-geometric class, implementing forward() method, for QOL purposes #5

Closed Attornado closed 1 year ago

Attornado commented 1 year ago

Refactored some classes moving them to new files and created wrapper sub-class for GAE torch-geometric class, implementing forward() method, for QOL purposes.