1. 28 Sep, 2022 3 commits
    • Nicolas Hug's avatar
      Remove deprecated APIs for 0.14 (#6258) · 7b8a6db7
      Nicolas Hug authored
      
      
      * Remove Kinetics400 class
      
      * Remove '2007-test' in VOC
      
      * Remove some MobileNet layer classes
      
      * Remove torchvision/models/segmentation/segmentation.py
      
      * Remove some MultiScaleRoIAlign methods
      
      * Remove torchvision/transforms/_functional_video.py
      
      * Remove torchvision/transforms/_transforms_video.py
      
      * Remove resample parameter in transforms
      
      * Remove 'range' parameter
      
      * Remove 'fill_value' parameter in transforms
      
      * Revert to original warning for C++ models - looks like we should still keep them around?
      
      * pre-commit
      
      * Fix docs
      
      * Remove test/test_transforms_video.py
      
      * Some fixes
      
      * Remove more tests
      
      * Revert changes to C++ models
      
      * Add back _transforms_video and change warning message
      
      * Change back the warning message, and will change the warning message on separate PR
      Co-authored-by: default avatarYosuaMichael <yosuamichaelm@gmail.com>
      Co-authored-by: default avatarYosua Michael Maranatha <yosuamichael@fb.com>
      7b8a6db7
    • Kevin Tse's avatar
      Replace `torch.utils.data.graph.traverse` with `traverse_dps` (#6657) · 0fd4736e
      Kevin Tse authored
      * Replace torch.utils.data.graph.traverse with traverse_dps
      
      [ghstack-poisoned]
      
      * Update on "Replace `torch.utils.data.graph.traverse` with `traverse_dps`"
      
      
      CI is expected to fail for now. This should be merged only after https://github.com/pytorch/pytorch/pull/85667
      
       has been merged into nightly and internal.
      
      
      
      [ghstack-poisoned]
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      0fd4736e
    • Philip Meier's avatar
      diversify parameter types for a couple of prototype kernels (#6635) · 29b0831c
      Philip Meier authored
      * add more size types for prototype resize sample inputs
      
      * add skip for dispatcher
      
      * add more sizes to resize kernel info
      
      * add more skips
      
      * add more diversity to gaussian_blur parameters
      
      * diversify affine parameters and fix bounding box kernel
      
      * fix center_crop dispatcher info
      
      * revert kernel fixes
      
      * add skips for scalar shears in affine_bounding_box
      29b0831c
  2. 27 Sep, 2022 2 commits
  3. 26 Sep, 2022 1 commit
  4. 23 Sep, 2022 3 commits
  5. 22 Sep, 2022 2 commits
    • Philip Meier's avatar
      add more KernelInfo's and DispatcherInfo's (#6626) · 3c9ae0ac
      Philip Meier authored
      * add KernelInfo for adjust_brightness
      
      * add KernelInfo for adjust_contrast
      
      * add KernelInfo for adjust_hue
      
      * add KernelInfo for adjust_saturation
      
      * add KernelInfo for clamp_bounding_box
      
      * add KernelInfo for {five, ten}_crop_image_tensor as well as skip functionality
      
      * add KernelInfo for normalize
      
      * add KernelInfo for adjust_gamma
      
      * cleanup
      
      * add DispatcherInfo's for previously add KernelInfo's
      
      * add dispatcher info for elastic
      3c9ae0ac
    • Philip Meier's avatar
      cleanup prototype transforms functional tests (#6622) · 658ca539
      Philip Meier authored
      * cleanup prototype transforms functional tests
      
      * fix
      
      * oust local functions
      658ca539
  6. 21 Sep, 2022 3 commits
  7. 20 Sep, 2022 2 commits
    • Vasilis Vryniotis's avatar
      Make prototype `F` JIT-scriptable (#6584) · 841b9a19
      Vasilis Vryniotis authored
      
      
      * Improve existing low kernel test.
      
      * Add new midlevel jit-scriptability test (failing).
      
      * Remove duplicate aliases from kernel tests.
      
      * Fixing colour kernels.
      
      * Fixing deprecated kernels.
      
      * fix mypy
      
      * Silence mypy instead of fixing to avoid performance penalty
      
      * Fixing augment kernels.
      
      * Fixing augment meta.
      
      * Remove is_tracing calls.
      
      * Add fake ImageType and DType
      
      * Fixing type conversion kernels.
      
      * Fixing misc kernels.
      
      * partial fix geometry
      
      * Remove mutable default from `_pad_with_vector_fill()` + all other unnecessary defaults.
      
      * Fix geometry ops
      
      * Fixing tests
      
      * Removed xfail for jit tests on midlevel ops
      Co-authored-by: default avatarvfdev-5 <vfdev.5@gmail.com>
      841b9a19
    • Ambuj Pawar's avatar
      Remove warnings pytest models (#6593) · 3a1f05ed
      Ambuj Pawar authored
      
      
      * ADD: init_weights config for googlenet
      
      * Fix: Inception and googlenet warnings
      
      * Fix: warning in test_datasets.py
      
      * Fix: Formatting error with ufmt
      
      * Fix: Failing tests in quantized_classification_model
      
      * Update test/test_models.py to make googlenet in 1 line
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Refactor: Change inception quantisation class initialization to use args/kwargs
      
      * Resolve mypy issue
      
      * Move *args before inception_blocks
      
      * Move args keywords before other arguments
      Co-authored-by: default avatarAmbuj Pawar <your_email@abc.example>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      3a1f05ed
  8. 19 Sep, 2022 3 commits
  9. 16 Sep, 2022 4 commits
  10. 15 Sep, 2022 5 commits
  11. 14 Sep, 2022 3 commits
  12. 13 Sep, 2022 3 commits
  13. 12 Sep, 2022 2 commits
  14. 09 Sep, 2022 3 commits
  15. 08 Sep, 2022 1 commit