efficientnetv2.pytorch
efficientnetv2.pytorch copied to clipboard
PyTorch implementation of EfficientNetV2 family
Hi, Do you have the pretrained models? I would really appreciate access to them!
You are fast!
Thanks for sharing the code , I was wondering if this code uses the pretrained version?
The official repo made some changes that are different from the paper. For example, the paper claims that v2-s uses 272 channels in the last stage, but they changed to...
I see involution is a nice idea, can you add it to new branch!
Thnaks for sharing the code. Could the code reproduce the perfromance on Imagenet? Besides, how you train EfficientNetv2 to get the performance?