1. 02 Mar, 2022 3 commits
  2. 01 Mar, 2022 8 commits
  3. 28 Feb, 2022 3 commits
  4. 27 Feb, 2022 2 commits
  5. 25 Feb, 2022 5 commits
  6. 24 Feb, 2022 6 commits
  7. 23 Feb, 2022 4 commits
  8. 22 Feb, 2022 1 commit
  9. 21 Feb, 2022 1 commit
  10. 20 Feb, 2022 2 commits
  11. 18 Feb, 2022 2 commits
  12. 16 Feb, 2022 3 commits
    • Philip Meier's avatar
      add option to fail a transform on certain types rather than passthrough (#5432) · e13206d9
      Philip Meier authored
      
      
      * add option to fail a transform on certain types rather than passthrough
      
      * address comments
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      e13206d9
    • Nikita Shulga's avatar
      Delete stale packaging scripts (#5433) · 2fe0c2d0
      Nikita Shulga authored
      * Delete stale packaging scripts
      
      `osx_wheel.sh` and `linux_manywheel.sh` has not been functional for a
      while and are not referenced from any of the CI scripts
      
      Updated `README.md` to reflect how release binary builds are currently run
      2fe0c2d0
    • Philip Meier's avatar
      add prototype transforms that use the prototype dispatchers (#5418) · 52e6bd08
      Philip Meier authored
      * add prototype transforms that use the prototype dispatchers
      
      Conflicts:
      	torchvision/prototype/transforms/__init__.py
      
      * simplify
      
      * add logger
      
      * remove legacy classes
      
      Conflicts:
      	torchvision/prototype/transforms/_augment.py
      	torchvision/prototype/transforms/_auto_augment.py
      	torchvision/prototype/transforms/_geometry.py
      
      * make get_params private
      
      * remove randbool method
      
      * remove AutoAugmentDispatcher
      
      * add high level kernels for meta conversion
      
      * remove transforms meta abstraction from auto augment transforms
      
      * appease mypy
      
      * add smoke tests for transforms
      
      * remove Query object
      
      * remove extra_repr helper
      
      * fix tests
      
      * appease mypy
      
      * revert some changes on the kernel tests
      
      * fix dispatcher annotations
      
      * remove float cast for torch.rand
      
      * add helper to query image
      
      * fix imports
      
      * address auto augment comments
      
      * cleanup
      52e6bd08