efficientnetv2.pytorch icon indicating copy to clipboard operation
efficientnetv2.pytorch copied to clipboard

PyTorch implementation of EfficientNetV2 family

Results 8 efficientnetv2.pytorch issues
Sort by recently updated
recently updated
newest added

Hi, Do you have the pretrained models? I would really appreciate access to them!

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?