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
b2c10fec05
pytorch-image-models
/
timm
/
layers
History
Ross Wightman
2bfa5e5d74
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
..
__init__.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
activations.py
…
activations_me.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
adaptive_avgmax_pool.py
Stricter check on pool_type for adaptive pooling module.
Fix
#2159
2024-05-03 16:16:51 -07:00
attention_pool.py
…
attention_pool2d.py
…
blur_pool.py
…
bottleneck_attn.py
…
cbam.py
…
classifier.py
Make NormMlpClassifier head reset args consistent with ClassifierHead
2024-02-10 16:25:33 -08:00
cond_conv2d.py
…
config.py
…
conv2d_same.py
…
conv_bn_act.py
…
create_act.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
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
…
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
…
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
linear.py
…
median_pool.py
…
mixed_conv2d.py
…
ml_decoder.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
mlp.py
…
non_local_attn.py
…
norm.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
norm_act.py
…
padding.py
…
patch_dropout.py
…
patch_embed.py
More forward_intermediates() / FeatureGetterNet work
2024-04-10 15:11:34 -07:00
pool2d_same.py
…
pos_embed.py
…
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
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
…
split_batchnorm.py
…
squeeze_excite.py
…
std_conv.py
…
test_time_pool.py
…
trace_utils.py
…
typing.py
…
weight_init.py
…