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 evaluation metric #31

Open
minjaelee-postech opened this issue Sep 24, 2024 · 0 comments
Open

About evaluation metric #31

minjaelee-postech opened this issue Sep 24, 2024 · 0 comments

Comments

@minjaelee-postech
Copy link

minjaelee-postech commented Sep 24, 2024

In matcher > common > logger.py 's class AverageMeter

It seems that there is a slight issue with the AverageMeter function. During initialization, a tensor of size [2, self.nclass] is initialized using torch.zeros, which causes the performance to be divided by larger number of the entire dataset( total number of data + self.nclass). As a result, when I modified your code and conducted inference, the recorded performance was approximately doubled.

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

1 participant