pavancm / CONTRIQUE

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

About dist_label in train.py #22

Closed Astrodyn94 closed 1 year ago

Astrodyn94 commented 1 year ago

In your code train.py , you defined dist_label twice in line 46 and 51. Therefore, i am a bit confused about the definition of dist_label.. Thanks for your great work !

pavancm commented 1 year ago

Thanks for pointing this. The first definition of dist_label is redundant and is not needed. I have committed the changes.