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 8165cacd82
Realized LayerNorm2d won't work in all cases as is, fixed.
3 years ago
..
__init__.py Add non-local and BAT attention. Merge attn and self-attn factories into one. Add attention references to README. Add mlp 'mode' to ECA. 3 years ago
activations.py
activations_jit.py
activations_me.py
adaptive_avgmax_pool.py Refactoring, cleanup, improved test coverage. 3 years ago
blur_pool.py
bottleneck_attn.py
cbam.py
classifier.py Refactoring, cleanup, improved test coverage. 3 years ago
cond_conv2d.py
config.py
conv2d_same.py
conv_bn_act.py
create_act.py
create_attn.py Add non-local and BAT attention. Merge attn and self-attn factories into one. Add attention references to README. Add mlp 'mode' to ECA. 3 years ago
create_conv2d.py
create_norm_act.py
drop.py
eca.py Add non-local and BAT attention. Merge attn and self-attn factories into one. Add attention references to README. Add mlp 'mode' to ECA. 3 years ago
evo_norm.py
gather_excite.py
global_context.py
halo_attn.py
helpers.py
inplace_abn.py
involution.py
lambda_layer.py
linear.py
median_pool.py
mixed_conv2d.py
mlp.py Refactoring, cleanup, improved test coverage. 3 years ago
non_local_attn.py Fix torchscript issue in bat 3 years ago
norm.py Realized LayerNorm2d won't work in all cases as is, fixed. 3 years ago
norm_act.py
padding.py
patch_embed.py
pool2d_same.py Support npz custom load for vision transformer hybrid models. Add posembed rescale for npz load. 3 years ago
selective_kernel.py Remove min channels for SelectiveKernel, divisor should cover cases well enough. 3 years ago
separable_conv.py
space_to_depth.py
split_attn.py Add non-local and BAT attention. Merge attn and self-attn factories into one. Add attention references to README. Add mlp 'mode' to ECA. 3 years ago
split_batchnorm.py
squeeze_excite.py Add non-local and BAT attention. Merge attn and self-attn factories into one. Add attention references to README. Add mlp 'mode' to ECA. 3 years ago
std_conv.py Add file docstring to std_conv.py 3 years ago
swin_attn.py
test_time_pool.py
weight_init.py