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
Vyacheslav Shults 2e085f9c6b
Merge branch 'master' of https://github.com/rwightman/pytorch-image-models into timm/code_refactoring
5 years ago
..
__init__.py Refactor imports and indents according to PEP. 5 years ago
activations.py Refactor imports and indents according to PEP. 5 years ago
adaptive_avgmax_pool.py Refactor imports and indents according to PEP. 5 years ago
anti_aliasing.py Refactor imports and indents according to PEP. 5 years ago
blur_pool.py Refactor imports and indents according to PEP. 5 years ago
cbam.py Refactor imports and indents according to PEP. 5 years ago
cond_conv2d.py Refactor imports and indents according to PEP. 5 years ago
conv2d_same.py Refactor imports and indents according to PEP. 5 years ago
conv_bn_act.py Fix #139. Broken SKResNets after BlurPool addition, as a plus, SKResNets support AA now too. 5 years ago
create_attn.py Refactor imports and indents according to PEP. 5 years ago
create_conv2d.py Refactor imports and indents according to PEP. 5 years ago
drop.py Refactor imports and indents according to PEP. 5 years ago
eca.py Refactor imports and indents according to PEP. 5 years ago
helpers.py Refactor imports and indents according to PEP. 5 years ago
median_pool.py Refactor imports and indents according to PEP. 5 years ago
mixed_conv2d.py Refactor imports and indents according to PEP. 5 years ago
padding.py Update EfficientNet feature extraction for EfficientDet. Add needed MaxPoolSame as well. 5 years ago
pool2d_same.py Refactor imports and indents according to PEP. 5 years ago
se.py Layer refactoring continues, ResNet downsample rewrite for proper dilation in 3x3 and avg_pool cases 6 years ago
selective_kernel.py Fix #139. Broken SKResNets after BlurPool addition, as a plus, SKResNets support AA now too. 5 years ago
space_to_depth.py Remove some CRLF that made it into TResNet merge 5 years ago
split_batchnorm.py Big move, layer modules and fn to timm/models/layers 6 years ago
test_time_pool.py Refactor imports and indents according to PEP. 5 years ago