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
{{ message }}
This repository was archived by the owner on May 1, 2025. It is now read-only.
Hi,
I notice that the labels created in InfoNCE loss is always a zero-vector:(
PCL/pcl/builder.py
Line 163 in 964da1f
I think this is wrong since otherwise the loss will always be zero. Did I mis-understand the codes?
In creating the Custer_Result dictionary, I found that only eval dataset was involved into consideration:
(
PCL/main_pcl.py
Line 299 in 964da1f
So what is the motivation behind this operation, I think we should run it on training set.