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

Question about mdesc similarity scores #89

Closed
Wzj02200059 opened this issue Jul 19, 2021 · 3 comments
Closed

Question about mdesc similarity scores #89

Wzj02200059 opened this issue Jul 19, 2021 · 3 comments

Comments

@Wzj02200059
Copy link

Thank you for your awesome work!
I found when gnn finish message aggregation,then an Inner product used to get the similarity between mdesc0 and mdesc1.
“scores = torch.einsum('bdn,bdm->bnm', mdesc0, mdesc1)”
i'm noticed the norm of mdesc0 and mdesc1 is different. Could Inner product represent similarity?
Why there has not normalization to mdesc?
Thank you very much if you can answer my questions。

@baihaozi12
Copy link

I got the same issues, could someone answer me?

@DaBaiHao
Copy link

It's really a great job, I got the same issue. I can't waiting to see the result of that question

@Wzj02200059
Copy link
Author

I got the same issues, could someone answer me?

I got the answer after read the paper of transformer

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

3 participants