1. 01 Mar, 2022 1 commit
  2. 28 Feb, 2022 3 commits
  3. 27 Feb, 2022 2 commits
  4. 25 Feb, 2022 5 commits
  5. 24 Feb, 2022 6 commits
  6. 23 Feb, 2022 4 commits
  7. 22 Feb, 2022 1 commit
  8. 21 Feb, 2022 1 commit
  9. 20 Feb, 2022 2 commits
  10. 18 Feb, 2022 2 commits
  11. 16 Feb, 2022 5 commits
  12. 15 Feb, 2022 3 commits
  13. 14 Feb, 2022 2 commits
  14. 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
  15. 10 Feb, 2022 1 commit