1. 27 Jan, 2023 2 commits
  2. 26 Jan, 2023 3 commits
  3. 24 Jan, 2023 1 commit
  4. 23 Jan, 2023 1 commit
  5. 20 Jan, 2023 3 commits
  6. 19 Jan, 2023 1 commit
  7. 16 Jan, 2023 1 commit
  8. 12 Jan, 2023 1 commit
  9. 11 Jan, 2023 2 commits
  10. 10 Jan, 2023 1 commit
    • David Berard's avatar
      Remove torch.jit.fuser("fuser2") in test (#7069) · 2b16299f
      David Berard authored
      * [WIP] Remove torch.jit.fuser("fuser2") in test
      
      Internally we're considering removing support for fuser2, so we need to remove this special case from the test.
      
      * completely remove special-casing
      2b16299f
  11. 06 Jan, 2023 1 commit
  12. 04 Jan, 2023 1 commit
  13. 20 Dec, 2022 1 commit
    • Philip Meier's avatar
      migrate prototype CI to Nova (#7037) · 9851a69f
      Philip Meier authored
      * improve prototype GPU CI config
      
      * consolidate CPU and GPU prototype workflows
      
      * [REVERTME] deactivate other CI
      
      * syntax
      
      * fix name
      
      * fix echo mutex
      
      * style
      
      * fix runner
      
      * add jobname
      
      * run all prototype tests
      
      * fix mutex echo
      
      * cleanup
      
      * Revert "[REVERTME] deactivate other CI"
      
      This reverts commit c931ff2c27bbc2b04324b777ae39a6fc25e50b8a.
      
      * remove old workflows
      
      * use free GHA runner for CPU tests
      
      * Revert "use free GHA runner for CPU tests"
      
      This reverts commit a209b31387d9d14bc6446743587db244bccc2106.
      
      * [REVERTME] turn warnings into errors
      
      * try fix test warnings
      
      * fix module import in tests
      
      * revert
      
      * int -> float
      
      * [REVERTME] why do we have to mark as safe?
      9851a69f
  14. 13 Dec, 2022 1 commit
  15. 12 Dec, 2022 1 commit
  16. 09 Dec, 2022 1 commit
    • vfdev's avatar
      [proto][ci] Try add GPU ci for prototype transforms (#6919) · 677fc939
      vfdev authored
      
      
      * Try add GPU ci for prototype transforms
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * Update prototype-transforms-tests-linux-gpu.yml
      
      * add small tolerance for adjust_contrast on CUDA
      
      * [skip-ci] update
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      677fc939
  17. 08 Dec, 2022 1 commit
  18. 07 Dec, 2022 2 commits
  19. 06 Dec, 2022 1 commit
  20. 05 Dec, 2022 2 commits
  21. 01 Dec, 2022 1 commit
  22. 30 Nov, 2022 3 commits
  23. 29 Nov, 2022 1 commit
  24. 28 Nov, 2022 2 commits
  25. 24 Nov, 2022 1 commit
  26. 17 Nov, 2022 2 commits
    • Bruno Korbar's avatar
      Bkorbar/pyavapi (#6943) · d710f3d1
      Bruno Korbar authored
      
      
      * Test: add backend parameter
      
      * VideoReader object now works on backend
      
      * Frame reading now passes
      
      * Keyframe seek now passes
      
      * Pyav backend now supports metadata
      
      * changes in test to reflect GPU decoder change
      
      * Linter?
      
      * Test GPU output
      
      * Addressing Joao's comments
      
      * lint
      
      * lint
      
      * Revert "Test GPU output"
      
      This reverts commit f62e955d7dc81bcb23b40d58ea75413b9b62e76d.
      
      * lint?
      
      * lint
      
      * lint
      
      * Address issues in build?
      
      * hopefully doc fix
      
      * Arrgh
      
      * arrgh
      
      * fix typos
      
      * fix input options
      
      * remove read from memory option in pyav
      
      * skip read from mem test for gpu and pyab be
      
      * fix test
      
      * remove unused import
      
      * Hack to get reading from memory work with pyav
      
      * patch audio test
      
      * gallery change in a hope that docs won't break
      
      * check video decoder inside io
      
      * adding missing lib loading code
      
      * remove unused input
      Co-authored-by: default avatarBruno Korbar <bkorbar@quansight.com>
      Co-authored-by: default avatarJoao Gomes <jdsgomes@fb.com>
      d710f3d1
    • Aditya Oke's avatar
      Add Video SwinTransformer (#6521) · b1054cbb
      Aditya Oke authored
      
      
      * Just start adding mere copy paste
      
      * Replace d with t and D with T
      
      * Align swin transformer video to image a bit
      
      * Rename d -> t
      
      * align with 2d impl
      
      * align with 2d impl
      
      * Add helpful comments and config for 3d
      
      * add docs
      
      * Add docs
      
      * Add configurations
      
      * Add docs
      
      * Fix bugs
      
      * Fix wrong edit
      
      * Fix wrong edit
      
      * Fix bugs
      
      * Fix bugs
      
      * Fix as per fx suggestions
      
      * Update torchvision/models/video/swin_transformer.py
      
      * Fix as per fx suggestions
      
      * Fix expect files and code
      
      * Update the expect files
      
      * Modify video swin
      
      * Add min size and min temporal size, num params
      
      * Add flops and size
      
      * Fix types
      
      * Fix url recipe
      Co-authored-by: default avatarYosua Michael Maranatha <yosuamichael@fb.com>
      b1054cbb
  27. 14 Nov, 2022 1 commit
    • Vasilis Vryniotis's avatar
      [prototype] Optimize and clean up all affine methods (#6945) · b1f6c9e2
      Vasilis Vryniotis authored
      * Clean up `_get_inverse_affine_matrix` and `_compute_affine_output_size`
      
      * Optimize `_apply_grid_transform`
      
      * Cleanup `_assert_grid_transform_inputs`
      
      * Fix bugs on `_pad_with_scalar_fill` & `crop_mask` and port `crop_image_tensor`
      
      * Call directly `_pad_with_scalar_fill`
      
      * Fix linter
      
      * Clean up `center_crop_image_tensor`
      
      * Fix comments.
      
      * Fixing rounding issues.
      
      * Bumping tolerance for rotate which is unrelated to this PR.
      
      * Fix tolerance threshold for RandomPerspective.
      
      * Clean up `_affine_grid` and `affine_image_tensor`
      
      * Clean up `rotate_image_tensor`
      
      * Fixing linter
      
      * Address code-review comments.
      b1f6c9e2
  28. 11 Nov, 2022 1 commit
    • toni057's avatar
      Adding FLOPs and size to model metadata (#6936) · deba0562
      toni057 authored
      
      
      * Adding FLOPs and size to model metadata
      
      * Adding weight size to quantization models
      
      * Small refactor of rich metadata
      
      * Removing unused code
      
      * Fixing wrong entries
      
      * Adding .DS_Store to gitignore
      
      * Renaming _flops to _ops
      
      * Adding number of operations to quantization models
      
      * Reflecting _flops change to _ops
      
      * Renamed ops and weight size in individual model doc pages
      
      * Linter fixes
      
      * Rounding ops to first decimal
      
      * Rounding num ops and sizes to 3 decimals
      
      * Change naming of columns.
      
      * Update tables
      Co-authored-by: default avatarToni Blaslov <tblaslov@fb.com>
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      deba0562