1. 18 Oct, 2022 3 commits
  2. 17 Oct, 2022 3 commits
    • Omkar Salpekar's avatar
      [Nova] Add GHA Linux CPU Unittests for Torchvision (#6759) · 0610b13a
      Omkar Salpekar authored
      * [Nova][WIP] Add Linux CPU Unittests for Torchvision
      
      * use conda-builder image since conda installation is needed
      
      * install torch dep with conda instead
      
      * use circleCI command to run tests
      
      * larger instance to avoid OOM issues
      
      * proper syntax for self-hosted runners
      
      * 4xlarge instance
      
      * 8xlarge
      
      * 12xlarge
      
      * use setup-miniconda job
      
      * add back PATH change to help setup py detect conda
      
      * run conda shell script
      
      * install other deps up front
      
      * git config and undo path change
      
      * revert to local conda install
      
      * conda-builder image
      
      * support for whole python version matrix
      
      * clean up the conda env once we are done with the job
      0610b13a
    • vfdev's avatar
      [proto] Small optimization for gaussian_blur functional op (#6762) · decb1919
      vfdev authored
      * Use softmax in _get_gaussian_kernel1d
      
      * Revert "Use softmax in _get_gaussian_kernel1d"
      
      This reverts commit eb8fba36302d2da9e06e6f40afaaf901b276a771.
      
      * Code update
      
      * Relaxed tolerance in consistency tests for GaussianBlur and ElasticTransform
      
      * Code review updates
      
      * Update test_prototype_transforms_consistency.py
      decb1919
    • vfdev's avatar
      [proto] Reduce number of calls of __torch_function__ (#6681) · 149edda4
      vfdev authored
      
      
      * [proto] Reduce number of calls of __torch_function__
      
      * Use DisableTorchFunction and super
      
      * Use self._tensor
      
      * Fixes mypy and color space handling
      
      * revert Image.new_like
      
      * WIP
      
      * Perf opt with ref to tensor and properties
      
      * Removed requires_grad property
      
      * Use _tensor ref
      
      * Revert "Use _tensor ref"
      
      This reverts commit 38f8e21242830fed46ddf31287edb67c1abd124a.
      
      * Update torchvision/prototype/features/_feature.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      149edda4
  3. 15 Oct, 2022 1 commit
  4. 14 Oct, 2022 6 commits
  5. 13 Oct, 2022 6 commits
  6. 12 Oct, 2022 3 commits
  7. 11 Oct, 2022 6 commits
  8. 10 Oct, 2022 7 commits
  9. 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
  10. 06 Oct, 2022 2 commits