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 515121cca1
Use reshape instead of view in std_conv, causing issues in recent PyTorch in channels_last
3 years ago
..
__init__.py Update attention / self-attn based models from a series of experiments: 3 years ago
activations.py
activations_jit.py
activations_me.py
adaptive_avgmax_pool.py Refactoring, cleanup, improved test coverage. 4 years ago
attention_pool2d.py Add initial AttentionPool2d that's being trialed. Fix comment and still trying to improve reliability of sgd test. 3 years ago
blur_pool.py
bottleneck_attn.py Cleanup weight init for byob/byoanet and related 3 years ago
cbam.py
classifier.py Refactoring, cleanup, improved test coverage. 4 years ago
cond_conv2d.py
config.py
conv2d_same.py
conv_bn_act.py
create_act.py
create_attn.py Update attention / self-attn based models from a series of experiments: 3 years ago
create_conv2d.py
create_norm_act.py
drop.py
eca.py
evo_norm.py
gather_excite.py
global_context.py Add gc_efficientnetv2_rw_t weights (global context instead of SE attn). Add TF XL weights even though the fine-tuned ones don't validate that well. Change default arg for GlobalContext to use scal (mul) mode. 4 years ago
halo_attn.py Cleanup weight init for byob/byoanet and related 3 years ago
helpers.py
inplace_abn.py
lambda_layer.py Cleanup weight init for byob/byoanet and related 3 years ago
linear.py
median_pool.py
mixed_conv2d.py
mlp.py Refactoring, cleanup, improved test coverage. 4 years ago
non_local_attn.py
norm.py Realized LayerNorm2d won't work in all cases as is, fixed. 4 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. 4 years ago
selective_kernel.py
separable_conv.py
space_to_depth.py
split_attn.py
split_batchnorm.py
squeeze_excite.py
std_conv.py Use reshape instead of view in std_conv, causing issues in recent PyTorch in channels_last 3 years ago
test_time_pool.py
weight_init.py