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

About the inter-class similarity #4

Open
Kaihui-Cheng opened this issue Jul 19, 2023 · 1 comment
Open

About the inter-class similarity #4

Kaihui-Cheng opened this issue Jul 19, 2023 · 1 comment

Comments

@Kaihui-Cheng
Copy link

Hi, thank you for interesting work. But I have some question about the calculation of similarity in utils.py line 62

APE/utils.py

Line 62 in 8fb5871

sim_sum += feats[i, m, :] * feats[i, n, :]

why times the i-th class feature with the i-th class feature but not the j-th

@yangyangyang127
Copy link
Owner

Thanks for your careful attention. This is a mistake. We have modified the code.

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