FLAG icon indicating copy to clipboard operation
FLAG copied to clipboard

Augmentation types

Open Xiaoyang-Rebecca opened this issue 2 years ago • 1 comments

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?

Xiaoyang-Rebecca avatar Jun 21 '22 14:06 Xiaoyang-Rebecca

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.

devnkong avatar Jun 23 '22 02:06 devnkong