1. 22 Mar, 2022 1 commit
  2. 18 Mar, 2022 1 commit
  3. 17 Mar, 2022 2 commits
  4. 16 Mar, 2022 1 commit
  5. 15 Mar, 2022 3 commits
  6. 14 Mar, 2022 4 commits
  7. 11 Mar, 2022 2 commits
  8. 10 Mar, 2022 1 commit
    • Abhijit Deo's avatar
      Implementation of Stanford Cars prototype dataset (#5442) · a8bde781
      Abhijit Deo authored
      
      
      * basic stanford cars structure added.
      
      * added class in the init.
      
      * how to decode the images
      
      * fix typo in init
      
      * works partially
      
      * formatting
      
      * formatting
      
      * formatting
      
      * formatting
      
      * formatting
      
      * minor changes
      
      * minor changes
      
      * issue resolved
      
      * both datapipes are in sync
      
      * checksum dict keys changed
      
      * formatting
      
      * "ufmt formatting"
      
      * "ufmt formatting"
      
      * formatting
      
      * minor change
      
      * minor change
      
      * test added
      
      * lint (end of line issue)
      
      * lint (end of line issue)
      
      * minor changes
      
      * mock dataset formatting
      
      * minor changes
      
      * hopefully final
      
      * formatting
      
      * prototype test
      
      * prototype test
      
      * prototype test
      
      * prototype test
      
      * prototype test
      
      * prototype test
      
      * prototype test
      
      * prototype test
      
      * Update builtin_dataset_mocks.py
      
      * Update stanford_cars.py
      
      * Update torchvision/prototype/datasets/_builtin/stanford_cars.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Update torchvision/prototype/datasets/_builtin/stanford_cars.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Update torchvision/prototype/datasets/_builtin/stanford_cars.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Update torchvision/prototype/datasets/_builtin/stanford_cars.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * formatting and cleaning
      
      * formatting and cleaning
      
      * Update torchvision/prototype/datasets/_builtin/stanford_cars.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * generate catefories script
      
      * generate categories script added
      
      * sigh
      
      * sigh
      
      * sigh
      
      * minor changes
      
      * linting
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      a8bde781
  9. 09 Mar, 2022 3 commits
  10. 07 Mar, 2022 5 commits
  11. 05 Mar, 2022 1 commit
  12. 04 Mar, 2022 3 commits
  13. 03 Mar, 2022 3 commits
  14. 02 Mar, 2022 3 commits
    • Philip Meier's avatar
      improve StrEnum (#5512) · 71d2bb0b
      Philip Meier authored
      * improve StrEnum
      
      * use StrEnum for model weights
      
      * fix test
      
      * migrate StrEnum to main area
      71d2bb0b
    • Vasilis Vryniotis's avatar
      Adding EfficientNetV2 architecture (#5450) · e6d82f7d
      Vasilis Vryniotis authored
      * Extend the EfficientNet class to support v1 and v2.
      
      * Refactor config/builder methods and add prototype builders
      
      * Refactoring weight info.
      
      * Update dropouts based on TF config ref
      
      * Update BN eps on TF base_config
      
      * Use Conv2dNormActivation.
      
      * Adding pre-trained weights for EfficientNetV2-s
      
      * Add Medium and Large weights
      
      * Update stats with single batch run.
      
      * Add accuracies in the docs.
      e6d82f7d
    • Prabhat Roy's avatar
      Remove unnecessary initialisation (#5507) · a2b70758
      Prabhat Roy authored
      a2b70758
  15. 01 Mar, 2022 6 commits
  16. 28 Feb, 2022 1 commit