EfficientNet-PyTorch icon indicating copy to clipboard operation
EfficientNet-PyTorch copied to clipboard

EfficientNet V2

Open alancarlosml opened this issue 4 years ago • 2 comments

Hi @lukemelas,

Did you finish the upgrade of the code to version 2 of EfficientNet?

Thank you!

alancarlosml avatar Oct 27 '21 16:10 alancarlosml

This project hasn't been active since Apr 2021.

SharanSMenon avatar Feb 01 '22 19:02 SharanSMenon

If anyone still interested, I have implemented V2 with pretrained weights. I converted the weights provided by original authors from tensorflow to pytorch format and achieved similar accuracy as original TF implementation without any finetuning/retraining. https://github.com/abhuse/pytorch-efficientnet

abhuse avatar May 04 '22 17:05 abhuse