You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the if statement is for loss name "cl" which seems cause the image-text contrastive loss not included and also the wrong validation score ( itc value always Nan).
Could you please help confirm the right loss name, thanks.
The text was updated successfully, but these errors were encountered:
Hi, thank you for your great work.
I am trying to reproduce the results and found that it seems a issue regarding the name of the contrastive learning loss.
The image-text contrastive loss is defined as "itc" in config file, while in the line below
PTUnifier/ptunifier/models/ptunifier_module.py
Line 371 in eee60eb
the if statement is for loss name "cl" which seems cause the image-text contrastive loss not included and also the wrong validation score ( itc value always Nan).
Could you please help confirm the right loss name, thanks.
The text was updated successfully, but these errors were encountered: