Open vateye opened 2 years ago
Hi, we haven't tried ColorJitter and GaussianBlur. We adopt the scaling parameter (0.2, 1) because it has been widely-adopted.
Hi, we haven't tried ColorJitter and GaussianBlur. We adopt the scaling parameter (0.2, 1) because it has been widely-adopted.
Thanks for your reply. I am wondering whether linear lr scaling rule is still applied for pretraining? Do you have any experience about this?
Hi, I have noticed that RandomResizedCrop is adopted for pretraining with the scaling parameter (0.2, 1). I am a bit curious about the choice of this scaling parameter since if too small the image-text pair would be noisy, so how do you select this parameter? Besides, ColorJitter and GaussianBlur are widely used in image self-supervised learning, have you tried these two extra augmentations?
Thanks.