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
If I am not missing something, I think the CLIP loss implementation here is not completely correct, in the sense that one should gather with gradient. Do you have a specific reason for not using it (since you have already implemented it for SimCLR), or you have back-propagated the gradient somewhere that I have missed?
Hi,
Thank you for sharing your code!
If I am not missing something, I think the CLIP loss implementation here is not completely correct, in the sense that one should gather with gradient. Do you have a specific reason for not using it (since you have already implemented it for SimCLR), or you have back-propagated the gradient somewhere that I have missed?