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

The correctness of the VGG11 model #3

Open
whcjimmy opened this issue Feb 27, 2025 · 0 comments
Open

The correctness of the VGG11 model #3

whcjimmy opened this issue Feb 27, 2025 · 0 comments

Comments

@whcjimmy
Copy link

After reading the paper and the code, it appears that the implementation of VGG11 is incorrect.

The original VGG11 has around 32 million parameters, whereas the paper indicates only 129K. Additionally, upon parsing the code, the structure resembles more of a ResNet-11 model rather than a VGG-style model. A VGG model typically has a maximum of 512 channels, while the model you provided has at most 64 channels.

Could you please verify whether you accidentally uploaded the wrong model?

Thank you!

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