Skip to content
New issue

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

Few implementations that do not match the original paper. #25

Open
feriorior opened this issue Aug 16, 2022 · 1 comment
Open

Few implementations that do not match the original paper. #25

feriorior opened this issue Aug 16, 2022 · 1 comment

Comments

@feriorior
Copy link

The similarity computation is cosine-related function in the paper, but here is torch.bmm, may be such function is not important.

@etasnadi
Copy link

It is the cosine similarity in the paper that is usually computed using dot product, therefore bmm may compute the cos-similarity of each possible vector pairs ([cosine] similarity matrix) coming from the output of the backbone net I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants