Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Augmentation types #10

Open
Xiaoyang-Rebecca opened this issue Jun 21, 2022 · 1 comment
Open

Augmentation types #10

Xiaoyang-Rebecca opened this issue Jun 21, 2022 · 1 comment

Comments

@Xiaoyang-Rebecca
Copy link

Hi,
I was wondering if rotation and transformations are the only 2 types of augmentations that applied in your pipeline.

def random_points_augmentation(points, rotate=False, translate=False, **kwargs):

Have you tried other augmentation transformations?

@devnkong
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants