pytorch-image-models/timm/layers
Ross Wightman c153cd4a3e Add more advanced interpolation method from BEiT and support non-square window & image size adaptation for
* beit/beit-v2
* maxxvit/coatnet
* swin transformer
And non-square windows for swin-v2
2023-08-08 16:41:16 -07:00
..
__init__.py Add more advanced interpolation method from BEiT and support non-square window & image size adaptation for 2023-08-08 16:41:16 -07:00
activations.py
activations_jit.py
activations_me.py
adaptive_avgmax_pool.py
attention_pool2d.py
blur_pool.py
bottleneck_attn.py
cbam.py
classifier.py
cond_conv2d.py
config.py
conv2d_same.py
conv_bn_act.py
create_act.py
create_attn.py
create_conv2d.py
create_norm.py
create_norm_act.py
drop.py
eca.py
evo_norm.py
fast_norm.py
filter_response_norm.py
format.py
gather_excite.py
global_context.py
grn.py
halo_attn.py
helpers.py
inplace_abn.py
interpolate.py Add more advanced interpolation method from BEiT and support non-square window & image size adaptation for 2023-08-08 16:41:16 -07:00
lambda_layer.py
linear.py
median_pool.py
mixed_conv2d.py
ml_decoder.py
mlp.py Fix missing norm call in Mlp forward (not used by default, but can be enabled for normformer MLP scale). Fix #1851 fix #1852 2023-08-03 11:36:30 -07:00
non_local_attn.py
norm.py
norm_act.py
padding.py
patch_dropout.py
patch_embed.py Patch and pos embed resample done in float32 always (cast to float and back). Fix #1811 2023-08-03 11:32:17 -07:00
pool2d_same.py
pos_embed.py Patch and pos embed resample done in float32 always (cast to float and back). Fix #1811 2023-08-03 11:32:17 -07:00
pos_embed_rel.py Add more advanced interpolation method from BEiT and support non-square window & image size adaptation for 2023-08-08 16:41:16 -07:00
pos_embed_sincos.py
selective_kernel.py
separable_conv.py
space_to_depth.py
split_attn.py
split_batchnorm.py
squeeze_excite.py
std_conv.py
test_time_pool.py
trace_utils.py
weight_init.py