Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d-li14/efficientnetv2.pytorch
/ functions
Functions
15 in github.com/d-li14/efficientnetv2.pytorch
⨍
Functions
15
◇
Types & classes
4
↓ 5 callers
Function
_make_divisible
This function is taken from the original tf repo. It ensures that all layers have a channel number that is divisible by 8 It can be seen
effnetv2.py:16
↓ 2 callers
Method
__init__
(self, inp, oup, stride, expand_ratio, use_se)
effnetv2.py:81
↓ 1 callers
Method
_initialize_weights
(self)
effnetv2.py:153
↓ 1 callers
Function
conv_1x1_bn
(inp, oup)
effnetv2.py:72
↓ 1 callers
Function
conv_3x3_bn
(inp, oup, stride)
effnetv2.py:64
Method
__init__
(self, inp, oup, reduction=4)
effnetv2.py:47
Method
__init__
(self, cfgs, num_classes=1000, width_mult=1.)
effnetv2.py:122
Function
effnetv2_l
Constructs a EfficientNetV2-L model
effnetv2.py:201
Function
effnetv2_m
Constructs a EfficientNetV2-M model
effnetv2.py:184
Function
effnetv2_s
Constructs a EfficientNetV2-S model
effnetv2.py:168
Function
effnetv2_xl
Constructs a EfficientNetV2-XL model
effnetv2.py:218
Method
forward
(self, x)
effnetv2.py:42
Method
forward
(self, x)
effnetv2.py:57
Method
forward
(self, x)
effnetv2.py:114
Method
forward
(self, x)
effnetv2.py:145