pavancm / CONTRIQUE

Official implementation for "Image Quality Assessment using Contrastive Learning"
122 stars 12 forks source link

Finetuning on another dataset #12

Closed nishantb06 closed 1 year ago

nishantb06 commented 1 year ago

Hi Found the paper very useful and trying to Finetune on my own dataset. I wanted to know what the loss values looked like for your dataset. According to the experiments I am running, the loss doesn't converge and is stuck around 3.9-4 even after extensive training.

pavancm commented 1 year ago

I need more details on what exactly you are experimenting. Are you trying to fine tune the model using ground truth quality scores? Or your data is different and using contrastive loss for training? Actual loss value is dependent on batch size in case of contrastive loss. Maybe drop me an email with a detailed description on the things you are trying to do.