pytorch-image-models/timm/models/layers
Alexander Soare b25ff96768 wip - pre-rebase 2021-11-12 20:45:05 +00:00
..
__init__.py Fix #954 by bringing traceable _assert into timm to allow compat w/ PyTorch < 1.8 2021-11-02 09:21:40 -07:00
activations.py
activations_jit.py
activations_me.py
adaptive_avgmax_pool.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
attention_pool2d.py Add initial AttentionPool2d that's being trialed. Fix comment and still trying to improve reliability of sgd test. 2021-09-05 12:41:14 -07:00
blur_pool.py
bottleneck_attn.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
cbam.py
classifier.py Refactoring, cleanup, improved test coverage. 2021-06-12 16:40:02 -07:00
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: 2021-08-20 16:13:11 -07:00
create_conv2d.py
create_norm_act.py
drop.py
eca.py
evo_norm.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
gather_excite.py
global_context.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
halo_attn.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
helpers.py
inplace_abn.py
lambda_layer.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
linear.py
median_pool.py
mixed_conv2d.py
mlp.py Cleanup re-use of Dropout modules in Mlp modules after some twitter feedback :p 2021-10-25 00:40:59 -07:00
non_local_attn.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
norm.py Realized LayerNorm2d won't work in all cases as is, fixed. 2021-07-05 18:21:34 -07:00
norm_act.py
padding.py
patch_embed.py wip - attempting to rebase 2021-11-12 20:45:05 +00:00
pool2d_same.py Support npz custom load for vision transformer hybrid models. Add posembed rescale for npz load. 2021-06-14 12:31:44 -07:00
selective_kernel.py wip - pre-rebase 2021-11-12 20:45:05 +00:00
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 2021-09-23 15:43:48 -07:00
test_time_pool.py
trace_utils.py Better fix for #954 that doesn't break torchscript, pull torch._assert into timm namespace when it exists 2021-11-02 11:22:33 -07:00
weight_init.py