1. 30 Aug, 2023 1 commit
  2. 29 Aug, 2023 1 commit
  3. 25 Aug, 2023 1 commit
  4. 23 Aug, 2023 1 commit
  5. 22 Aug, 2023 1 commit
  6. 18 Aug, 2023 1 commit
  7. 17 Aug, 2023 1 commit
  8. 16 Aug, 2023 1 commit
  9. 09 Aug, 2023 1 commit
  10. 04 Aug, 2023 1 commit
  11. 01 Aug, 2023 1 commit
  12. 31 Jul, 2023 2 commits
  13. 28 Jul, 2023 1 commit
  14. 27 Jul, 2023 1 commit
  15. 24 Feb, 2023 7 commits
  16. 23 Feb, 2023 2 commits
  17. 21 Feb, 2023 2 commits
  18. 28 Feb, 2022 1 commit
    • 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
  19. 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
  20. 08 Feb, 2022 1 commit
  21. 01 Nov, 2021 1 commit
  22. 07 Oct, 2021 1 commit
  23. 06 Sep, 2021 1 commit
  24. 02 Sep, 2021 1 commit
  25. 31 Aug, 2021 1 commit
  26. 10 May, 2021 1 commit
  27. 07 May, 2021 1 commit
  28. 08 Apr, 2021 1 commit
  29. 10 Mar, 2021 1 commit
  30. 16 Oct, 2020 1 commit
  31. 07 Oct, 2020 1 commit
    • vfdev's avatar
      Added tensor transforms jupyter notebook (#2730) · 6eff0a43
      vfdev authored
      * [WIP] Added scriptable transforms python example
      
      * Replaced script file with jupyter notebook
      
      * Updated readme
      
      * Updates according to review
      + updated docstrings
      
      * Updated notebook and docstring according to the review
      
      * torch script -> torchscript
      6eff0a43