1. 16 Feb, 2022 4 commits
    • 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
    • vfdev's avatar
      144f0980
    • Nikita Shulga's avatar
      Fix functional.adjust_gamma (#5427) · 8bf46d4e
      Nikita Shulga authored
      8bf46d4e
  2. 15 Feb, 2022 3 commits
  3. 14 Feb, 2022 2 commits
  4. 11 Feb, 2022 2 commits
    • Joao Gomes's avatar
      [FBcode->GH] Fix unused variable warning in ps_roi_align_kernel.cu (#5408) · 9ae0169d
      Joao Gomes authored
      
      
      fbshipit-source-id: 85954dbb817fac16099a3b103b24defc1a8672f8
      (cherry picked from commit 9642c8e710e8911c64b9878f51a30ecde95ac90a)
      Co-authored-by: default avatarRichard Barnes <rbarnes@fb.com>
      9ae0169d
    • Philip Meier's avatar
      Revamp prototype features and transforms (#5407) · d32bc4ba
      Philip Meier authored
      * revamp prototype features (#5283)
      
      * remove decoding from prototype datasets (#5287)
      
      * remove decoder from prototype datasets
      
      * remove unused imports
      
      * cleanup
      
      * fix readme
      
      * use OneHotLabel in SEMEION
      
      * improve voc implementation
      
      * revert unrelated changes
      
      * fix semeion mock data
      
      * fix pcam
      
      * readd functional transforms API to prototype (#5295)
      
      * readd functional transforms
      
      * cleanup
      
      * add missing imports
      
      * remove __torch_function__ dispatch
      
      * readd repr
      
      * readd empty line
      
      * add test for scriptability
      
      * remove function copy
      
      * change import from functional tensor transforms to just functional
      
      * fix import
      
      * fix test
      
      * fix prototype features and functional transforms after review (#5377)
      
      * fix prototype functional transforms after review
      
      * address features review
      
      * make mypy more strict on prototype features
      
      * make mypy more strict for prototype transforms
      
      * fix annotation
      
      * fix kernel tests
      
      * add automatic feature type dispatch to functional transforms (#5323)
      
      * add auto dispatch
      
      * fix missing arguments error message
      
      * remove pil kernel for erase
      
      * automate feature specific parameter detection
      
      * fix typos
      
      * cleanup dispatcher call
      
      * remove __torch_function__ from transform dispatch
      
      * remove auto-generation
      
      * revert unrelated changes
      
      * remove implements decorator
      
      * change register parameter order
      
      * change order of transforms for readability
      
      * add documentation for __torch_function__
      
      * fix mypy
      
      * inline check for support
      
      * refactor kernel registering process
      
      * refactor dispatch to be a regular decorator
      
      * split kernels and dispatchers
      
      * remove sentinels
      
      * replace pass with ...
      
      * appease mypy
      
      * make single kernel dispatchers more concise
      
      * make dispatcher signatures more generic
      
      * make kernel checking more strict
      
      * revert doc changes
      
      * address Franciscos comments
      
      * remove inplace
      
      * rename kernel test module
      
      * fix inplace
      
      * remove special casing for pil and vanilla tensors
      
      * address comments
      
      * update docs
      
      * cleanup features / transforms feature branch (#5406)
      
      * mark candidates for removal
      
      * align signature of resize_bounding_box with corresponding image kernel
      
      * fix documentation of Feature
      
      * remove interpolation mode and antialias option from resize_segmentation_mask
      
      * remove or privatize functionality in features / datasets / transforms
      d32bc4ba
  5. 10 Feb, 2022 2 commits
  6. 09 Feb, 2022 4 commits
  7. 08 Feb, 2022 5 commits
  8. 07 Feb, 2022 1 commit
  9. 04 Feb, 2022 3 commits
  10. 03 Feb, 2022 2 commits
  11. 02 Feb, 2022 6 commits
  12. 01 Feb, 2022 6 commits