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 fc8b8afb6f
Fix a silly bug in Sample version of EvoNorm missing x* part of swish, update EvoNormBatch to accumulated unbiased variance.
4 years ago
..
__init__.py More uniform treatment of classifiers across all models, reduce code duplication. 5 years ago
activations.py Fix some attributions, add copyrights to some file docstrings 5 years ago
activations_jit.py Fix some attributions, add copyrights to some file docstrings 5 years ago
activations_me.py Fix some attributions, add copyrights to some file docstrings 5 years ago
adaptive_avgmax_pool.py More uniform treatment of classifiers across all models, reduce code duplication. 5 years ago
anti_aliasing.py
blur_pool.py
cbam.py Fix some attributions, add copyrights to some file docstrings 5 years ago
classifier.py More uniform treatment of classifiers across all models, reduce code duplication. 5 years ago
cond_conv2d.py Fix some attributions, add copyrights to some file docstrings 5 years ago
config.py
conv2d_same.py Fix some attributions, add copyrights to some file docstrings 5 years ago
conv_bn_act.py Fix some attributions, add copyrights to some file docstrings 5 years ago
create_act.py Fix some attributions, add copyrights to some file docstrings 5 years ago
create_attn.py Fix some attributions, add copyrights to some file docstrings 5 years ago
create_conv2d.py Fix some attributions, add copyrights to some file docstrings 5 years ago
create_norm_act.py Fix some attributions, add copyrights to some file docstrings 5 years ago
drop.py Fix some attributions, add copyrights to some file docstrings 5 years ago
eca.py
evo_norm.py Fix a silly bug in Sample version of EvoNorm missing x* part of swish, update EvoNormBatch to accumulated unbiased variance. 4 years ago
helpers.py Fix some attributions, add copyrights to some file docstrings 5 years ago
inplace_abn.py Add initial impl of CrossStagePartial networks, yet to be trained, not quite the same as darknet cfgs. 5 years ago
median_pool.py Fix some attributions, add copyrights to some file docstrings 5 years ago
mixed_conv2d.py Fix some attributions, add copyrights to some file docstrings 5 years ago
norm_act.py Switch DPN to use BnAct layer, train a new DPN 68b model with RA to 79.21 5 years ago
padding.py Fix some attributions, add copyrights to some file docstrings 5 years ago
pool2d_same.py Fix some attributions, add copyrights to some file docstrings 5 years ago
se.py Add initial impl of CrossStagePartial networks, yet to be trained, not quite the same as darknet cfgs. 5 years ago
selective_kernel.py Fix some attributions, add copyrights to some file docstrings 5 years ago
separable_conv.py Fix some attributions, add copyrights to some file docstrings 5 years ago
space_to_depth.py
split_attn.py Add ReXNet w/ remapped weights, feature support 5 years ago
split_batchnorm.py Fix some attributions, add copyrights to some file docstrings 5 years ago
test_time_pool.py Merge branch 'logger' into features. Change 'logger' to '_logger'. 5 years ago
weight_init.py