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

MobileNetV2 Width_mult #136

Open
CowbungaMk1 opened this issue Feb 21, 2024 · 0 comments
Open

MobileNetV2 Width_mult #136

CowbungaMk1 opened this issue Feb 21, 2024 · 0 comments

Comments

@CowbungaMk1
Copy link

Hello, I wanted to try different width mobileNets based on their paper, however I get an error that the weight size does not match the number of channels. For example, width_mult = 2.0 gives:

RuntimeError: Given groups=1, weight of size [48, 24, 1, 1], expected input[16, 48, 160, 221] to have 24 channels, but got 48 channels instead

Ive tried it with others (other then 1.0) but similar errors. Not sure where the mismatch is occurring.

Thanks

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