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

[Feature Request] Add EfficientNetV2 #4468

Closed
bratao opened this issue Sep 22, 2021 · 1 comment
Closed

[Feature Request] Add EfficientNetV2 #4468

bratao opened this issue Sep 22, 2021 · 1 comment

Comments

@bratao
Copy link

bratao commented Sep 22, 2021

🚀 The feature

Implement EfficientNetV2

https://arxiv.org/abs/2104.00298

"A new family of convolutional networks that have faster training speed and better parameter efficiency than previous models. Our experiments show that EfficientNetV2 models train much faster than state-of-the-art models while being up to 6.8x smaller. "

Motivation, pitch

It´s a new version of a popular model that was just implemented in torch vision.

Alternatives

There are some implementations on the Web,
https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/efficientnet.py

https://github.com/WZMIAOMIAO/deep-learning-for-image-processing/blob/master/pytorch_classification/Test11_efficientnetV2/model.py

Additional context

No response

cc @datumbox

@datumbox
Copy link
Contributor

Thanks @bratao. I agree it's worth considering adding them. I've added the model on the following issue that tracks all the model additions #2707. I'll close this one to keep things tidy. Let's continue the discussion on the other thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants