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/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_hfds.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/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 (159 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_hfds.cpython-39.pyc
ADDED
Binary file (2.7 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
|
|