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

Parameter Discrepancy in Yolov10n #164

Closed
V1ad20 opened this issue May 31, 2024 · 2 comments
Closed

Parameter Discrepancy in Yolov10n #164

V1ad20 opened this issue May 31, 2024 · 2 comments

Comments

@V1ad20
Copy link

V1ad20 commented May 31, 2024

Hello,

I noticed that my parameter count for YoloV10n is around 2.7M rather than the 2.3M showed in the repo. I looked at issue #13 and it seems the reason is because there are parameters being counted which are not used in inference.

My first question is regarding clarification. If these extra parameters are not used in inference, does this mean these parameters are not directly used in calculating validation and test accuracy?

My second question is getting a little more guidance in how to remove these parameters. I’m still a little confused on how to do this - would it be possible to provide the places where to modify the code?

Thank you so much!

@jameslahm
Copy link
Collaborator

Thanks for your interest! Does the issue #178 help?

@jameslahm
Copy link
Collaborator

Please feel free to reopen this issue if you have further questions.

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