Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- pytorch-image-models/README.md +3 -0
- pytorch-image-models/timm/__pycache__/__init__.cpython-39.pyc +0 -0
- pytorch-image-models/timm/__pycache__/version.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/__init__.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/auto_augment.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/config.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/constants.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/dataset.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/dataset_factory.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/dataset_info.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/distributed_sampler.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/imagenet_info.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/loader.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/mixup.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/random_erasing.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/real_labels.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/transforms.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/__init__.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/class_map.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/img_extensions.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader_factory.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader_image_folder.cpython-39.pyc +0 -0
- pytorch-image-models/timm/data/readers/__pycache__/reader_image_in_tar.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/__init__.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/activations.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/activations_me.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/adaptive_avgmax_pool.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/attention2d.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/attention_pool.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/attention_pool2d.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/blur_pool.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/bottleneck_attn.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/cbam.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/classifier.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/cond_conv2d.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/config.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/conv2d_same.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/conv_bn_act.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/create_act.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/create_attn.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/create_conv2d.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/create_norm.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/create_norm_act.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/drop.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/eca.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/evo_norm.cpython-39.pyc +0 -0
- pytorch-image-models/timm/layers/__pycache__/fast_norm.cpython-39.pyc +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
pytorch-image-models/timm/models/__pycache__/vision_transformer.cpython-39.pyc filter=lfs diff=lfs merge=lfs -text
|
pytorch-image-models/README.md
CHANGED
@@ -21,6 +21,7 @@
|
|
21 |
* `vit_so150m2_patch16_reg1_gap_256.sbb_e200_in12k_ft_in1k` - 87.3% top-1
|
22 |
* `vit_so150m2_patch16_reg4_gap_256.sbb_e200_in12k`
|
23 |
* Updated InternViT-300M '2.5' weights
|
|
|
24 |
|
25 |
## Feb 1, 2025
|
26 |
* FYI PyTorch 2.6 & Python 3.13 are tested and working w/ current main and released version of `timm`
|
@@ -452,6 +453,8 @@ All model architecture families include variants with pretrained weights. There
|
|
452 |
* SelecSLS - https://arxiv.org/abs/1907.00837
|
453 |
* Selective Kernel Networks - https://arxiv.org/abs/1903.06586
|
454 |
* Sequencer2D - https://arxiv.org/abs/2205.01972
|
|
|
|
|
455 |
* Swin S3 (AutoFormerV2) - https://arxiv.org/abs/2111.14725
|
456 |
* Swin Transformer - https://arxiv.org/abs/2103.14030
|
457 |
* Swin Transformer V2 - https://arxiv.org/abs/2111.09883
|
|
|
21 |
* `vit_so150m2_patch16_reg1_gap_256.sbb_e200_in12k_ft_in1k` - 87.3% top-1
|
22 |
* `vit_so150m2_patch16_reg4_gap_256.sbb_e200_in12k`
|
23 |
* Updated InternViT-300M '2.5' weights
|
24 |
+
* Release 1.0.15
|
25 |
|
26 |
## Feb 1, 2025
|
27 |
* FYI PyTorch 2.6 & Python 3.13 are tested and working w/ current main and released version of `timm`
|
|
|
453 |
* SelecSLS - https://arxiv.org/abs/1907.00837
|
454 |
* Selective Kernel Networks - https://arxiv.org/abs/1903.06586
|
455 |
* Sequencer2D - https://arxiv.org/abs/2205.01972
|
456 |
+
* SigLIP (image encoder) - https://arxiv.org/abs/2303.15343
|
457 |
+
* SigLIP 2 (image encoder) - https://arxiv.org/abs/2502.14786
|
458 |
* Swin S3 (AutoFormerV2) - https://arxiv.org/abs/2111.14725
|
459 |
* Swin Transformer - https://arxiv.org/abs/2103.14030
|
460 |
* Swin Transformer V2 - https://arxiv.org/abs/2111.09883
|
pytorch-image-models/timm/__pycache__/__init__.cpython-39.pyc
ADDED
Binary file (548 Bytes). View file
|
|
pytorch-image-models/timm/__pycache__/version.cpython-39.pyc
ADDED
Binary file (154 Bytes). View file
|
|
pytorch-image-models/timm/data/__pycache__/__init__.cpython-39.pyc
ADDED
Binary file (1.2 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/auto_augment.cpython-39.pyc
ADDED
Binary file (27.6 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/config.cpython-39.pyc
ADDED
Binary file (2.72 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/constants.cpython-39.pyc
ADDED
Binary file (611 Bytes). View file
|
|
pytorch-image-models/timm/data/__pycache__/dataset.cpython-39.pyc
ADDED
Binary file (5.83 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/dataset_factory.cpython-39.pyc
ADDED
Binary file (6.03 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/dataset_info.cpython-39.pyc
ADDED
Binary file (3.35 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/distributed_sampler.cpython-39.pyc
ADDED
Binary file (4.42 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/imagenet_info.cpython-39.pyc
ADDED
Binary file (3.83 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/loader.cpython-39.pyc
ADDED
Binary file (12.7 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/mixup.cpython-39.pyc
ADDED
Binary file (11.2 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/random_erasing.cpython-39.pyc
ADDED
Binary file (3.94 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/real_labels.cpython-39.pyc
ADDED
Binary file (2.52 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/transforms.cpython-39.pyc
ADDED
Binary file (18.3 kB). View file
|
|
pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc
ADDED
Binary file (12.6 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/__init__.cpython-39.pyc
ADDED
Binary file (229 Bytes). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/class_map.cpython-39.pyc
ADDED
Binary file (1.03 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/img_extensions.cpython-39.pyc
ADDED
Binary file (1.88 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader.cpython-39.pyc
ADDED
Binary file (1.11 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader_factory.cpython-39.pyc
ADDED
Binary file (1.4 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader_image_folder.cpython-39.pyc
ADDED
Binary file (3.89 kB). View file
|
|
pytorch-image-models/timm/data/readers/__pycache__/reader_image_in_tar.cpython-39.pyc
ADDED
Binary file (7.87 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/__init__.cpython-39.pyc
ADDED
Binary file (5.85 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/activations.cpython-39.pyc
ADDED
Binary file (7.78 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/activations_me.cpython-39.pyc
ADDED
Binary file (8.6 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/adaptive_avgmax_pool.cpython-39.pyc
ADDED
Binary file (7.24 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/attention2d.cpython-39.pyc
ADDED
Binary file (9.53 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/attention_pool.cpython-39.pyc
ADDED
Binary file (3.1 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/attention_pool2d.cpython-39.pyc
ADDED
Binary file (8.67 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/blur_pool.cpython-39.pyc
ADDED
Binary file (3.09 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/bottleneck_attn.cpython-39.pyc
ADDED
Binary file (6.32 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/cbam.cpython-39.pyc
ADDED
Binary file (5.07 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/classifier.cpython-39.pyc
ADDED
Binary file (7.84 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/cond_conv2d.cpython-39.pyc
ADDED
Binary file (3.77 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/config.cpython-39.pyc
ADDED
Binary file (4.54 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/conv2d_same.cpython-39.pyc
ADDED
Binary file (3.02 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/conv_bn_act.cpython-39.pyc
ADDED
Binary file (2.39 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/create_act.cpython-39.pyc
ADDED
Binary file (3.26 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/create_attn.cpython-39.pyc
ADDED
Binary file (1.94 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/create_conv2d.cpython-39.pyc
ADDED
Binary file (1.08 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/create_norm.cpython-39.pyc
ADDED
Binary file (1.66 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/create_norm_act.cpython-39.pyc
ADDED
Binary file (2.67 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/drop.cpython-39.pyc
ADDED
Binary file (5.98 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/eca.cpython-39.pyc
ADDED
Binary file (6.07 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/evo_norm.cpython-39.pyc
ADDED
Binary file (12.3 kB). View file
|
|
pytorch-image-models/timm/layers/__pycache__/fast_norm.cpython-39.pyc
ADDED
Binary file (4.49 kB). View file
|
|