FLAG
FLAG copied to clipboard
Augmentation types
Hi, I was wondering if rotation and transformations are the only 2 types of augmentations that applied in your pipeline.
https://github.com/devnkong/FLAG/blob/7e48d9194d3a7f515335cc351a663d65e09c2e1c/deep_gcns_torch/utils/data_util.py#L76
Have you tried other augmentation transformations?
Hi Xiaoyang,
Actually these augmentations were implemented by the DeepGCN paper and never used in our work. All of our augmentations are implemented here: https://github.com/devnkong/FLAG/blob/main/ogb/attacks.py
Let me know if you have other questions.