This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Description
Dear authors,
I think the repo is an excellent implementation of your excellent paper. However, it shares a common bug in setting the seed number for data augmentation as pointed in here and here
I have tested in this repo and found out that each sample will only have two one-time augmented versions across the whole training epochs, which is problematic to the self-contrastive learning setting.
You may want to revisit the experiments in the paper.
Best,
Pan He