You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/timm/models/layers
Ross Wightman ade1ba5fe3
Bring in code that should fix 1d circular padding properly, tweaks to ECA impl, using CECA in MobileNetV3 experiment
5 years ago
..
__init__.py Adding support to EfficientNet / MobileNetV3 to for different attention layers in .se position 5 years ago
activations.py
adaptive_avgmax_pool.py
avg_pool2d_same.py
cbam.py Adding support to EfficientNet / MobileNetV3 to for different attention layers in .se position 5 years ago
cond_conv2d.py
conv2d_same.py
conv_bn_act.py
create_attn.py Adding support to EfficientNet / MobileNetV3 to for different attention layers in .se position 5 years ago
create_conv2d.py
drop.py
eca.py Bring in code that should fix 1d circular padding properly, tweaks to ECA impl, using CECA in MobileNetV3 experiment 5 years ago
helpers.py Adding support to EfficientNet / MobileNetV3 to for different attention layers in .se position 5 years ago
median_pool.py
mixed_conv2d.py
padding.py
se.py Adding support to EfficientNet / MobileNetV3 to for different attention layers in .se position 5 years ago
selective_kernel.py
split_batchnorm.py
test_time_pool.py