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

Syncing with the implementation of official repo #9

Closed
seermer opened this issue Jun 7, 2021 · 1 comment
Closed

Syncing with the implementation of official repo #9

seermer opened this issue Jun 7, 2021 · 1 comment

Comments

@seermer
Copy link

seermer commented Jun 7, 2021

The official repo made some changes that are different from the paper.
For example, the paper claims that v2-s uses 272 channels in the last stage, but they changed to 256 in their code, and the author claimed that the code will be the source of truth. Is this repo planning on syncing with the official code?
Thanks

@launchauto
Copy link

Yes, it is 256

[6, 256, 15, 2, 1],

the c column indicates the output of efficientnetv2-s backbone (before the last layer conv-avgpool-linear) is 256.
Or you can put the code in your program and see the output tensor size.

@seermer seermer closed this as completed Apr 8, 2023
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