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

PyTorch implementations of EfficientNetV2B2 and B3 are not working properly #142

Open
y-otn opened this issue Jan 31, 2024 · 0 comments
Open

Comments

@y-otn
Copy link

y-otn commented Jan 31, 2024

Thank you for creating such an amazing library.

I've noticed that the EfficientNetV2B2 and B3 models are not functioning correctly.
It seems that the in_channels of the top_conv layer are not being scaled.

self.top_conv = nn.Conv2d(
in_channels=blockwise_output_filters[-1],
out_channels=top_channels,
kernel_size=1,
stride=1,
padding="same",
bias=False,
)

I would appreciate it if you could check this issue. Thank you in advance.

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