1. 09 Mar, 2022 1 commit
  2. 07 Mar, 2022 5 commits
  3. 05 Mar, 2022 1 commit
  4. 04 Mar, 2022 3 commits
  5. 03 Mar, 2022 3 commits
  6. 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
  7. 01 Mar, 2022 6 commits
  8. 28 Feb, 2022 2 commits
    • Philip Meier's avatar
      add prototype AugMix transform (#5492) · 95d41897
      Philip Meier authored
      * add prototype AugMix transform
      
      * cleanup
      
      * refactor auto augment subclasses to only trnasform a single image
      
      * address review comments
      95d41897
    • Vasilis Vryniotis's avatar
      Replace get_image_size/num_channels with get_dimensions (#5487) · 095437aa
      Vasilis Vryniotis authored
      * Replace get_image_size/num_channels with get_image_dims
      
      * Reduce verbosity
      
      * Fix JIT-scriptability
      
      * Refactoring
      
      * More refactoring
      
      * Replace all _FP/_FT direct calls.
      
      * Remove usages of get_image_size and get_image_num_channels from code-base.
      
      * Fix JIT issues
      
      * Adding missing assertion.
      095437aa
  9. 27 Feb, 2022 1 commit
  10. 25 Feb, 2022 5 commits
  11. 24 Feb, 2022 2 commits
  12. 23 Feb, 2022 2 commits
  13. 21 Feb, 2022 1 commit
  14. 18 Feb, 2022 1 commit
    • Vasilis Vryniotis's avatar
      Adding AugMix implementation (#5411) · 48a61df2
      Vasilis Vryniotis authored
      
      
      * Adding basic augmix implementation.
      
      * Finish the implementation.
      
      * Add tests and documentation.
      
      * Fix tests.
      
      * Simplify code.
      
      * Speed optimizations.
      
      * Per image weights instead of per batch.
      
      * Fix tests.
      
      * Update torchvision/transforms/autoaugment.py
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      
      * Changing the default severity value to get by default the same strength as RandAugment.
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      48a61df2
  15. 16 Feb, 2022 4 commits