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
/
layers
History
…
..
__init__.py
…
activations_me.py
…
activations.py
…
adaptive_avgmax_pool.py
…
attention2d.py
…
attention_pool2d.py
…
attention_pool.py
…
blur_pool.py
…
bottleneck_attn.py
…
cbam.py
…
classifier.py
…
cond_conv2d.py
…
config.py
…
conv2d_same.py
Add onnx utils and export code, tweak padding and conv2d_same for better dynamic export with recent PyTorch
2023-04-11 17:03:57 -07:00
conv_bn_act.py
…
create_act.py
…
create_attn.py
Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models
2022-12-06 15:00:06 -08:00
create_conv2d.py
…
create_norm_act.py
…
create_norm.py
convnext zepto, rmsnorm experiments
2024-09-30 11:43:23 -07:00
drop.py
…
eca.py
…
evo_norm.py
…
fast_norm.py
…
filter_response_norm.py
…
format.py
…
gather_excite.py
…
global_context.py
…
grid.py
…
grn.py
…
halo_attn.py
…
helpers.py
…
hybrid_embed.py
…
inplace_abn.py
…
interpolate.py
…
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
layer_scale.py
…
linear.py
…
median_pool.py
…
mixed_conv2d.py
…
ml_decoder.py
…
mlp.py
…
non_local_attn.py
…
norm_act.py
…
norm.py
…
padding.py
…
patch_dropout.py
…
patch_embed.py
set_input_size initial impl for vit & swin v1. Move HybridEmbed to own location in timm/layers
2024-07-17 15:25:48 -07:00
pool2d_same.py
…
pos_embed_rel.py
…
pos_embed_sincos.py
…
pos_embed.py
…
selective_kernel.py
…
separable_conv.py
…
space_to_depth.py
Remove JIT activations, take jit out of ME activations. Remove other instances of torch.jit.script. Breaks torch.compile and is much less performant. Remove SpaceToDepthModule
2024-05-06 16:32:49 -07:00
split_attn.py
Major module / path restructure, timm.models.layers -> timm.layers, add _ prefix to all non model modules in timm.models
2022-12-06 15:00:06 -08:00
split_batchnorm.py
…
squeeze_excite.py
…
std_conv.py
…
test_time_pool.py
…
trace_utils.py
…
typing.py
…
weight_init.py
…