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

The interpolation method for BYOL augmentation is wrong #12

Open
songkangsg opened this issue Dec 11, 2021 · 1 comment
Open

The interpolation method for BYOL augmentation is wrong #12

songkangsg opened this issue Dec 11, 2021 · 1 comment

Comments

@songkangsg
Copy link

Under Transformer-SSL/data/build.py, inside the "build_transform" function, under "byol" augmentation type, the interpolation method used in RandomResizedCrop is the default which is BILINEAR, however in the BYOL paper the author used BICUBIC

@Giles-Billenness
Copy link

Giles-Billenness commented May 15, 2022

Yeah I saw this as well, BILINEAR is less effective as well, although hopefully, it wouldn't have much of an effect.

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