pytorch-image-models/timm/layers
Ross Wightman 2f3fed43b8 Fix hiera init with num_classes=0, fix weight tag names for sbb2 hiera/vit weights, add LayerScale/LayerScale2d to layers 2024-08-15 11:14:38 -07:00
..
__init__.py Fix hiera init with num_classes=0, fix weight tag names for sbb2 hiera/vit weights, add LayerScale/LayerScale2d to layers 2024-08-15 11:14:38 -07:00
activations.py
activations_me.py
adaptive_avgmax_pool.py
attention2d.py Add xavier_uniform init of MNVC hybrid attention modules. Small improvement in training stability. 2024-07-26 17:03:40 -07:00
attention_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
grid.py
grn.py
halo_attn.py
helpers.py
hybrid_embed.py
inplace_abn.py
interpolate.py
lambda_layer.py
layer_scale.py Fix hiera init with num_classes=0, fix weight tag names for sbb2 hiera/vit weights, add LayerScale/LayerScale2d to layers 2024-08-15 11:14:38 -07:00
linear.py
median_pool.py
mixed_conv2d.py
ml_decoder.py
mlp.py
non_local_attn.py
norm.py
norm_act.py
padding.py Padding helpers work if tuples/lists passed 2024-07-19 14:28:03 -07:00
patch_dropout.py
patch_embed.py
pool2d_same.py
pos_embed.py
pos_embed_rel.py
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
typing.py
weight_init.py