Graph Auto-Encoder in TF2 This is the implementation of graph auto-encoder with tensorflow 2.x. Reference: Variational Graph Auto-Encoders. Parts of the code coming from the author's original implementation code. Credits to Thomas Kipf. Thanks.