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
In my dataset, I found in-batch sampled softmax loss donesn't work, and using alignment and uniformity as loss works well. I doubt if it related to the number of items.
The text was updated successfully, but these errors were encountered:
Hello @jiqiujia . I also tried the latter one before. Alignment and uniformity provide good guidance for learning sometimes, that's why they are kept in our code. Though in-batch helps accelerate the convergence, the learning performance highly relies on item distribution within datasets.
In my dataset, I found in-batch sampled softmax loss donesn't work, and using alignment and uniformity as loss works well. I doubt if it related to the number of items.
The text was updated successfully, but these errors were encountered: