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

Bug fix: add kernel_size parameter #64

Closed
wants to merge 1 commit into from
Closed

Conversation

steve2972
Copy link

MobileNet v3 uses 5x5 convolutions in its model architecture. However, the kernel size is not reflected in the Inverse Residual module.
Change: added the kernel_size parameter to reflect MobileNetV3 configurations in _make_layer.

MobileNet v3 uses 5x5 convolutions in its model architecture. However, the kernel size is not reflected in the Inverse Residual module.
@steve2972 steve2972 closed this May 20, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant