This is a TensorFlow implementation of Simple Graph Convolution. For
simplicity, we use the implementation of AdamW in TensorFlow Addons
that differs from Adam in PyTorch. This results in worse performance
on the evaluation datasets.
Co-authored-by: Josh Carty <joshuac@spotify.com>
Co-authored-by: Zihao Ye <expye@outlook.com>