pytorch-image-models/timm/models/layers
talrid 6209146738 TResNet models 2020-04-12 18:44:12 +03:00
..
__init__.py TResNet models 2020-04-12 18:44:12 +03:00
activations.py Re-enable mem-efficient/jit activations after torchscript tests 2020-02-10 11:59:36 -08:00
adaptive_avgmax_pool.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
anti_aliasing.py TResNet models 2020-04-12 18:44:12 +03:00
cbam.py Tweak some comments, add SKNet models with weights to sotabench, remove an unused branch 2020-02-15 21:18:25 -08:00
cond_conv2d.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 2020-04-09 01:41:54 -07:00
conv2d_same.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 2020-04-09 01:41:54 -07:00
conv_bn_act.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 2020-02-10 11:55:03 -08:00
create_attn.py Fix minor typos in create_attn.py and resnet.py 2020-04-07 21:15:57 +09:00
create_conv2d.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 2020-02-10 11:55:03 -08:00
drop.py Annotate types on drop fns to avoid torchscript error 2020-02-27 09:30:23 -08:00
eca.py Tweak some comments, add SKNet models with weights to sotabench, remove an unused branch 2020-02-15 21:18:25 -08:00
helpers.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 2020-02-10 11:55:03 -08:00
median_pool.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
mixed_conv2d.py Tweak some comments, add SKNet models with weights to sotabench, remove an unused branch 2020-02-15 21:18:25 -08:00
padding.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 2020-04-09 01:41:54 -07:00
pool2d_same.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 2020-04-09 01:41:54 -07:00
se.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 2020-02-10 11:55:03 -08:00
selective_kernel.py Update comments for Selective Kernel and DropBlock/Path impl, add skresnet34 weights 2020-02-18 13:58:30 -08:00
space_to_depth.py TResNet models 2020-04-12 18:44:12 +03:00
split_batchnorm.py Big move, layer modules and fn to timm/models/layers 2020-02-09 13:13:08 -08:00
test_time_pool.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 2020-02-10 11:55:03 -08:00