We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for your great work. I would like to ask what part of the code the cosine similarity calculation is specifically embodied in?
The text was updated successfully, but these errors were encountered:
Hi! You can check https://github.com/Herschel555/CAML/blob/master/code/utils/correlation.py#L24, which is a conventional way to achieve similarity calculation.
Sorry, something went wrong.
Thank you for your answer. I have one more question, in the
CAML/code/train_caml.py
Line 260 in b635479
Thank you!
It can be seen that we choose corr_a as the label to supervise corr_v as the prediction.
No branches or pull requests
Thanks for your great work. I would like to ask what part of the code the cosine similarity calculation is specifically embodied in?
The text was updated successfully, but these errors were encountered: