1. 10 Oct, 2022 3 commits
  2. 07 Oct, 2022 3 commits
    • Vasilis Vryniotis's avatar
      [prototype] Rewrite the meta dimension methods (#6722) · 6e203b44
      Vasilis Vryniotis authored
      * Rewrite `get_dimensions`, `get_num_channels` and `get_spatial_size`
      
      * Remove `get_chw`
      
      * Remove comments
      
      * Make `get_spatial_size` support non-image input
      
      * Reduce the unnecessary use of `get_dimensions*`
      
      * Fix linters
      
      * Fix merge bug
      
      * Linter
      
      * Fix linter
      6e203b44
    • Philip Meier's avatar
      replace new_like with wrap_like (#6718) · 4c049ca3
      Philip Meier authored
      * replace new_like with wrap_like
      
      * fix videos
      
      * revert casting in favor of ignoring mypy
      4c049ca3
    • Philip Meier's avatar
      add Video feature and kernels (#6667) · 3118fb52
      Philip Meier authored
      * add video feature
      
      * add video kernels
      
      * add video testing utils
      
      * add one kernel info
      
      * fix kernel names in Video feature
      
      * use only uint8 for video testing
      
      * require at least 4 dims for Video feature
      
      * add TODO for image_size -> spatial_size
      
      * image -> video in feature constructor
      
      * introduce new combined images and video type
      
      * add video to transform utils
      
      * fix transforms test
      
      * fix auto augment
      
      * cleanup
      
      * address review comments
      
      * add remaining video kernel infos
      
      * add batch dimension squashing to some kernels
      
      * fix tests and kernel infos
      
      * add xfails for arbitrary batch sizes on some kernels
      
      * fix test setup
      
      * fix equalize_image_tensor for multi batch dims
      
      * fix adjust_sharpness_image_tensor for multi batch dims
      
      * address review comments
      3118fb52
  3. 06 Oct, 2022 6 commits
  4. 05 Oct, 2022 4 commits
  5. 04 Oct, 2022 9 commits
  6. 03 Oct, 2022 2 commits
  7. 30 Sep, 2022 3 commits
  8. 29 Sep, 2022 5 commits
  9. 28 Sep, 2022 5 commits
    • Andrey Talman's avatar
      Removing cuda 102 (#6649) · dc07ac2a
      Andrey Talman authored
      * Removing cuda 102
      
      Display cuda info
      
      Address comments try to resolve CUDA version issue
      
      More work
      
      Base debugging
      
      Fix cuda version passing
      
      Testing
      
      Adding config.yml
      
      Adding command we use for pytorch vision install
      
      Adding unit tests
      
      Modify install command
      
      Refactor config.in
      
      Move cpu tests to different PR
      
      Remove debug code
      
      Testing similar exception for linux as windows
      
      update test_models.py
      
      Revert "Testing similar exception for linux as windows"
      
      This reverts commit 4aaee0b56376440bb56ecd3efe25b60595a241a5.
      
      Revert "update test_models.py"
      
      This reverts commit 413651a308f68b6801681ddfc2c21201c4df3207.
      
      * Removing debug statement
      
      * Reverting to old command
      dc07ac2a
    • Vasilis Vryniotis's avatar
      [prototype] Fix BC-breakages on input params of `F` (#6636) · b8af91ab
      Vasilis Vryniotis authored
      
      
      * Fix `size` in resize.
      
      * Update torchvision/prototype/features/_bounding_box.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Address some of the comments.
      
      * Fix `output_size` in center_crop.
      
      * Fix `CenterCrop` transform
      
      * Fix `size` in five_crop.
      
      * Fix `size` in ten_crop.
      
      * Fix `kernel_size` and `sigma` in gaussian_blur.
      
      * Fix `angle` and `shear` in affine.
      
      * Fixing JIT-scriptability issues.
      
      * Update TODOs.
      
      * Restore fake types for `Union[int, List[int]]` and `Union[int, float, List[float]]`
      
      * Fixing tests
      
      * Fix linter
      
      * revert unnecessary JIT mitigations.
      
      * Cherrypick Philip's 6dfc9657ce89fe9e018a11ee25a8e26c7d3d43c6
      
      * Linter fix
      
      * Adding center float casting
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      b8af91ab
    • Vasilis Vryniotis's avatar
      Temporarily disable the autocast test for `fasterrcnn_resnet50_fpn` (#6660) · c2ca691d
      Vasilis Vryniotis authored
      * Revert "Bump tol for autocasted `fasterrcnn_resnet50_fpn` (#6601)"
      
      This reverts commit a4f53308.
      
      * Temporarily remove FasterRCNN autocast test
      c2ca691d
    • 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