This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
Watch
1
Star
0
Fork
0
You've already forked pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
synced
2025-06-03 15:01:08 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
pytorch-image-models
/
timm
/
models
/
layers
History
Ross Wightman
656757d26b
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
2022-01-14 16:28:27 -08:00
..
__init__.py
Fix MobileNetV2 head conv size for multiplier < 1.0. Add some missing modification copyrights, fix starting date of some old ones.
2022-01-14 16:28:27 -08:00
activations_jit.py
…
activations_me.py
…
activations.py
…
adaptive_avgmax_pool.py
…
attention_pool2d.py
…
blur_pool.py
…
bottleneck_attn.py
…
cbam.py
…
classifier.py
Disable use of timm nn.Linear wrapper since AMP autocast + torchscript use appears fixed
2022-01-06 16:01:51 -08:00
cond_conv2d.py
…
config.py
…
conv2d_same.py
…
conv_bn_act.py
…
create_act.py
…
create_attn.py
…
create_conv2d.py
…
create_norm_act.py
…
drop.py
Update drop_path and drop_block (fast impl) to be symbolically traceable, slightly faster
2022-01-06 16:04:58 -08:00
eca.py
…
evo_norm.py
Fix FX breaking assert in evonorm
2021-11-24 09:24:47 -08:00
gather_excite.py
…
global_context.py
…
halo_attn.py
…
helpers.py
…
inplace_abn.py
…
lambda_layer.py
…
linear.py
…
median_pool.py
…
mixed_conv2d.py
…
mlp.py
…
non_local_attn.py
…
norm_act.py
Prep a set of ResNetV2 models with GroupNorm, EvoNormB0, EvoNormS0 for BN free model experiments on TPU and IPU
2021-11-19 17:37:00 -08:00
norm.py
…
padding.py
…
patch_embed.py
…
pool2d_same.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
…