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

Where is ShufflePatches? #1

Closed
roomo7time opened this issue Jan 5, 2022 · 1 comment
Closed

Where is ShufflePatches? #1

roomo7time opened this issue Jan 5, 2022 · 1 comment

Comments

@roomo7time
Copy link

https://github.com/SongweiGe/Contrastive-Learning-with-Non-Semantic-Negatives/blob/5fbdc4d84346afa7a17ae2632cab38a6291d69fb/moco/loader.py#L217

Sorry, but I cannot find ShufflePatches in the code.

@roomo7time roomo7time changed the title Where is shufflebatch? Where is ShufflePatches? Jan 5, 2022
@songweige
Copy link
Owner

Thank you for pointing that out. ShufflePatches was the initial version of the patch-based transformation, which simply permutes all the patches in the images. In practice, we found that ShufflePatches underperforms the patch-based method. Therefore we didn't proceed with it. Please feel free to ignore it.

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