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
Is the loss function different from the original paper? Also the method to calculate validate score? I can't find any details about them in your thesis.
The text was updated successfully, but these errors were encountered:
I use NT-Xent loss function, the same as the original paper.
The validation score during training should be 1-second query accuracy, however it turned out to be way too high because I reused training pipeline for validation query generator. So I did not include the validation score from training process in my thesis.
Instead I wrote another query generator genquery.py that more accurately simulates the query process, and only computed accuracy during testing.
Is the loss function different from the original paper? Also the method to calculate validate score? I can't find any details about them in your thesis.
The text was updated successfully, but these errors were encountered: