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
tigertang
43f2500c26
Add symbolic for SwishJitAutoFn to support onnx
2020-11-18 14:36:12 +08:00
..
__init__.py
Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers.
2020-10-13 13:33:44 -07:00
activations_jit.py
…
activations_me.py
Add symbolic for SwishJitAutoFn to support onnx
2020-11-18 14:36:12 +08:00
activations.py
…
adaptive_avgmax_pool.py
…
anti_aliasing.py
…
blur_pool.py
…
cbam.py
…
classifier.py
…
cond_conv2d.py
Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers.
2020-10-13 13:33:44 -07:00
config.py
…
conv2d_same.py
…
conv_bn_act.py
…
create_act.py
Support native silu activation (aka swish). An optimized ver is available in PyTorch 1.7.
2020-10-29 15:45:17 -07:00
create_attn.py
…
create_conv2d.py
…
create_norm_act.py
…
drop.py
Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers.
2020-10-13 13:33:44 -07:00
eca.py
…
evo_norm.py
…
helpers.py
Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers.
2020-10-13 13:33:44 -07:00
inplace_abn.py
…
median_pool.py
Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers.
2020-10-13 13:33:44 -07:00
mixed_conv2d.py
…
norm_act.py
…
padding.py
…
pool2d_same.py
Initial Vision Transformer impl w/ patch and hybrid variants. Refactor tuple helpers.
2020-10-13 13:33:44 -07:00
se.py
…
selective_kernel.py
…
separable_conv.py
…
space_to_depth.py
…
split_attn.py
…
split_batchnorm.py
…
test_time_pool.py
…
weight_init.py
…