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 2a7d256fd5
Re-enable mem-efficient/jit activations after torchscript tests
4 years ago
..
__init__.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
activations.py Re-enable mem-efficient/jit activations after torchscript tests 4 years ago
adaptive_avgmax_pool.py Big move, layer modules and fn to timm/models/layers 4 years ago
avg_pool2d_same.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
cond_conv2d.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
conv2d_same.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
conv_bn_act.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
create_attn.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
create_conv2d.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
drop.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
eca.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
helpers.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
median_pool.py Big move, layer modules and fn to timm/models/layers 4 years ago
mixed_conv2d.py A bunch more layer reorg, splitting many layers into own files. Improve torchscript compatibility. 4 years ago
padding.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
se.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago
selective_kernel.py A bunch more layer reorg, splitting many layers into own files. Improve torchscript compatibility. 4 years ago
split_batchnorm.py Big move, layer modules and fn to timm/models/layers 4 years ago
test_time_pool.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 4 years ago