simclr icon indicating copy to clipboard operation
simclr copied to clipboard

Possible solutions to decrease contrastive Loss

Open ines321 opened this issue 4 years ago • 0 comments

Hello, like the official paper has mention , Loss must decrease over epcohs, my contrastive loss does not decrease and still around 5 . I use temperature = 0.1 batch_size = 128 learning_rate = 1e-1 epoch = 500 crop_size = [80, 80] input_size = [224,224]

What are possible solutions to decrease the contrastive loss ?

ines321 avatar Jun 15 '21 10:06 ines321