1. 17 Aug, 2023 2 commits
  2. 16 Aug, 2023 2 commits
  3. 14 Aug, 2023 1 commit
  4. 09 Aug, 2023 1 commit
  5. 04 Aug, 2023 1 commit
  6. 01 Aug, 2023 1 commit
  7. 31 Jul, 2023 2 commits
  8. 28 Jul, 2023 1 commit
  9. 27 Jul, 2023 1 commit
  10. 21 Jun, 2023 1 commit
  11. 18 May, 2023 1 commit
  12. 16 Mar, 2023 1 commit
  13. 27 Feb, 2023 1 commit
  14. 24 Feb, 2023 9 commits
  15. 23 Feb, 2023 3 commits
  16. 21 Feb, 2023 2 commits
  17. 02 Feb, 2023 1 commit
  18. 01 Feb, 2023 2 commits
  19. 11 Jan, 2023 2 commits
  20. 04 Jan, 2023 1 commit
  21. 17 Nov, 2022 1 commit
    • 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
  22. 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
  23. 04 Nov, 2022 1 commit
  24. 04 Oct, 2022 1 commit