MCPcopy Index your code
hub / github.com/d-li14/efficientnetv2.pytorch

github.com/d-li14/efficientnetv2.pytorch @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
19 symbols 37 edges 1 files 5 documented · 26%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

[NEW!] Check out our latest work involution accepted to CVPR'21 that introduces a new neural operator, other than convolution and self-attention.


PyTorch implementation of EfficientNet V2

Reproduction of EfficientNet V2 architecture as described in EfficientNetV2: Smaller Models and Faster Training by Mingxing Tan, Quoc V. Le with the PyTorch framework.

Models

Architecture # Parameters FLOPs Top-1 Acc. (%)
EfficientNetV2-S 22.10M 8.42G @ 384
EfficientNetV2-M 55.30M 24.74G @ 480
EfficientNetV2-L 119.36M 56.13G @ 480
EfficientNetV2-XL 208.96M 93.41G @ 512

Stay tuned for ImageNet pre-trained weights.

Acknowledgement

The implementation is heavily borrowed from HBONet or MobileNetV2, please kindly consider citing the following

@InProceedings{Li_2019_ICCV,
author = {Li, Duo and Zhou, Aojun and Yao, Anbang},
title = {HBONet: Harmonious Bottleneck on Two Orthogonal Dimensions},
booktitle = {The IEEE International Conference on Computer Vision (ICCV)},
month = {Oct},
year = {2019}
}
@InProceedings{Sandler_2018_CVPR,
author = {Sandler, Mark and Howard, Andrew and Zhu, Menglong and Zhmoginov, Andrey and Chen, Liang-Chieh},
title = {MobileNetV2: Inverted Residuals and Linear Bottlenecks},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}

The official TensorFlow implementation by @mingxingtan.

Core symbols most depended-on inside this repo

_make_divisible
called by 5
effnetv2.py
conv_3x3_bn
called by 1
effnetv2.py
conv_1x1_bn
called by 1
effnetv2.py
_initialize_weights
called by 1
effnetv2.py
forward
called by 0
effnetv2.py
forward
called by 0
effnetv2.py
forward
called by 0
effnetv2.py
forward
called by 0
effnetv2.py

Shape

Method 8
Function 7
Class 4

Languages

Python100%

Modules by API surface

effnetv2.py19 symbols

For agents

$ claude mcp add efficientnetv2.pytorch \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact