This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
Watch
1
Star
0
Fork
You've already forked pytorch-image-models
0
Code
Issues
Projects
Releases
Wiki
Activity
97450d618a
pytorch-image-models
/
timm
/
layers
History
Tush9905
89ba0da910
Fixed Typos
...
Fixed the typos in helpers.py and CONTRIBUTING.md
2023-10-21 21:46:31 -07:00
..
__init__.py
Missed __init__.py update for attention pooling layer add
2023-10-17 09:28:21 -07:00
activations.py
…
activations_jit.py
…
activations_me.py
…
adaptive_avgmax_pool.py
All swin models support spatial output, add output_fmt to v1/v2 and use ClassifierHead.
2023-03-15 23:21:51 -07: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
…
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
Fixed Typos
2023-10-21 21:46:31 -07:00
inplace_abn.py
…
interpolate.py
…
lambda_layer.py
…
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
dynamic_size -> dynamic_img_size, add dynamic_img_pad for padding option
2023-08-27 15:58:35 -07: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
Move levit style pos bias resize with other rel pos bias utils
2023-09-01 11:05:56 -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
…