meg HF staff commited on
Commit
3060fdb
·
verified ·
1 Parent(s): 60b2013

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. pytorch-image-models/timm/__pycache__/__init__.cpython-39.pyc +0 -0
  3. pytorch-image-models/timm/__pycache__/version.cpython-39.pyc +0 -0
  4. pytorch-image-models/timm/data/__pycache__/__init__.cpython-39.pyc +0 -0
  5. pytorch-image-models/timm/data/__pycache__/auto_augment.cpython-39.pyc +0 -0
  6. pytorch-image-models/timm/data/__pycache__/config.cpython-39.pyc +0 -0
  7. pytorch-image-models/timm/data/__pycache__/constants.cpython-39.pyc +0 -0
  8. pytorch-image-models/timm/data/__pycache__/dataset.cpython-39.pyc +0 -0
  9. pytorch-image-models/timm/data/__pycache__/dataset_factory.cpython-39.pyc +0 -0
  10. pytorch-image-models/timm/data/__pycache__/dataset_info.cpython-39.pyc +0 -0
  11. pytorch-image-models/timm/data/__pycache__/distributed_sampler.cpython-39.pyc +0 -0
  12. pytorch-image-models/timm/data/__pycache__/imagenet_info.cpython-39.pyc +0 -0
  13. pytorch-image-models/timm/data/__pycache__/loader.cpython-39.pyc +0 -0
  14. pytorch-image-models/timm/data/__pycache__/mixup.cpython-39.pyc +0 -0
  15. pytorch-image-models/timm/data/__pycache__/random_erasing.cpython-39.pyc +0 -0
  16. pytorch-image-models/timm/data/__pycache__/real_labels.cpython-39.pyc +0 -0
  17. pytorch-image-models/timm/data/__pycache__/transforms.cpython-39.pyc +0 -0
  18. pytorch-image-models/timm/data/__pycache__/transforms_factory.cpython-39.pyc +0 -0
  19. pytorch-image-models/timm/data/readers/__pycache__/__init__.cpython-39.pyc +0 -0
  20. pytorch-image-models/timm/data/readers/__pycache__/class_map.cpython-39.pyc +0 -0
  21. pytorch-image-models/timm/data/readers/__pycache__/img_extensions.cpython-39.pyc +0 -0
  22. pytorch-image-models/timm/data/readers/__pycache__/reader.cpython-39.pyc +0 -0
  23. pytorch-image-models/timm/data/readers/__pycache__/reader_factory.cpython-39.pyc +0 -0
  24. pytorch-image-models/timm/data/readers/__pycache__/reader_hfds.cpython-39.pyc +0 -0
  25. pytorch-image-models/timm/data/readers/__pycache__/reader_image_folder.cpython-39.pyc +0 -0
  26. pytorch-image-models/timm/data/readers/__pycache__/reader_image_in_tar.cpython-39.pyc +0 -0
  27. pytorch-image-models/timm/layers/__pycache__/__init__.cpython-39.pyc +0 -0
  28. pytorch-image-models/timm/layers/__pycache__/activations.cpython-39.pyc +0 -0
  29. pytorch-image-models/timm/layers/__pycache__/activations_me.cpython-39.pyc +0 -0
  30. pytorch-image-models/timm/layers/__pycache__/adaptive_avgmax_pool.cpython-39.pyc +0 -0
  31. pytorch-image-models/timm/layers/__pycache__/attention2d.cpython-39.pyc +0 -0
  32. pytorch-image-models/timm/layers/__pycache__/attention_pool.cpython-39.pyc +0 -0
  33. pytorch-image-models/timm/layers/__pycache__/attention_pool2d.cpython-39.pyc +0 -0
  34. pytorch-image-models/timm/layers/__pycache__/blur_pool.cpython-39.pyc +0 -0
  35. pytorch-image-models/timm/layers/__pycache__/bottleneck_attn.cpython-39.pyc +0 -0
  36. pytorch-image-models/timm/layers/__pycache__/cbam.cpython-39.pyc +0 -0
  37. pytorch-image-models/timm/layers/__pycache__/classifier.cpython-39.pyc +0 -0
  38. pytorch-image-models/timm/layers/__pycache__/cond_conv2d.cpython-39.pyc +0 -0
  39. pytorch-image-models/timm/layers/__pycache__/config.cpython-39.pyc +0 -0
  40. pytorch-image-models/timm/layers/__pycache__/conv2d_same.cpython-39.pyc +0 -0
  41. pytorch-image-models/timm/layers/__pycache__/conv_bn_act.cpython-39.pyc +0 -0
  42. pytorch-image-models/timm/layers/__pycache__/create_act.cpython-39.pyc +0 -0
  43. pytorch-image-models/timm/layers/__pycache__/create_attn.cpython-39.pyc +0 -0
  44. pytorch-image-models/timm/layers/__pycache__/create_conv2d.cpython-39.pyc +0 -0
  45. pytorch-image-models/timm/layers/__pycache__/create_norm.cpython-39.pyc +0 -0
  46. pytorch-image-models/timm/layers/__pycache__/create_norm_act.cpython-39.pyc +0 -0
  47. pytorch-image-models/timm/layers/__pycache__/drop.cpython-39.pyc +0 -0
  48. pytorch-image-models/timm/layers/__pycache__/eca.cpython-39.pyc +0 -0
  49. pytorch-image-models/timm/layers/__pycache__/evo_norm.cpython-39.pyc +0 -0
  50. 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