pytorch-image-models/timm/layers
Ross Wightman 88889de923 Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
..
__init__.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
activations.py Add quickgelu vit clip variants, simplify get_norm_layer and allow string args in vit norm/act. Add metaclip CLIP weights 2023-11-03 11:01:41 -07:00
activations_jit.py
activations_me.py
adaptive_avgmax_pool.py fix fast catavgmax selection 2024-01-16 10:30:08 -08:00
attention_pool.py Add SigLIP weights 2023-10-16 23:26:08 -07:00
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 Consistency handling None / empty string inputs to norm / act create fns 2023-11-03 11:01:41 -07:00
create_attn.py
create_conv2d.py
create_norm.py Fix break of 2 years old torchvision installs :/ 2023-11-04 02:32:09 -07:00
create_norm_act.py Consistency handling None / empty string inputs to norm / act create fns 2023-11-03 11:01:41 -07:00
drop.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
eca.py
evo_norm.py
fast_norm.py
filter_response_norm.py
format.py
gather_excite.py
global_context.py
grid.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
grn.py
halo_attn.py
helpers.py Fixed Typos 2023-10-21 21:46:31 -07:00
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 Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
linear.py
median_pool.py
mixed_conv2d.py
ml_decoder.py
mlp.py Removing unused self.drop 2023-10-05 11:20:57 -07:00
non_local_attn.py
norm.py
norm_act.py
padding.py
patch_dropout.py
patch_embed.py Add device arg for patch embed resize, fix #2024 2023-12-04 11:42:13 -08:00
pool2d_same.py
pos_embed.py Move levit style pos bias resize with other rel pos bias utils 2023-09-01 11:05:56 -07:00
pos_embed_rel.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
pos_embed_sincos.py Fix meshgrid deprecation warnings and backward compat with explicit 'ndgrid' and 'meshgrid' fn w/o indexing arg 2024-01-27 13:48:33 -08:00
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 include suggestions from review 2023-10-30 13:47:54 -07:00
weight_init.py