1. 10 May, 2024 1 commit
  2. 29 Apr, 2024 1 commit
  3. 19 Mar, 2024 1 commit
  4. 13 Mar, 2024 1 commit
  5. 25 Jan, 2024 1 commit
  6. 22 Dec, 2023 1 commit
  7. 11 Oct, 2023 2 commits
  8. 14 Sep, 2023 1 commit
  9. 08 Sep, 2023 1 commit
  10. 29 Aug, 2023 1 commit
  11. 14 Jul, 2023 1 commit
  12. 05 Jul, 2023 1 commit
  13. 23 Jun, 2023 1 commit
  14. 22 Jun, 2023 1 commit
  15. 21 Jun, 2023 1 commit
  16. 12 Jun, 2023 1 commit
  17. 06 Jun, 2023 1 commit
  18. 20 May, 2023 1 commit
  19. 11 May, 2023 1 commit
  20. 03 May, 2023 1 commit
  21. 03 Apr, 2023 2 commits
  22. 16 Feb, 2023 1 commit
  23. 07 Feb, 2023 1 commit
  24. 06 Feb, 2023 1 commit
  25. 02 Feb, 2023 1 commit
  26. 01 Feb, 2023 1 commit
  27. 19 Jan, 2023 1 commit
  28. 11 Jan, 2023 2 commits
  29. 13 Dec, 2022 1 commit
  30. 12 Dec, 2022 1 commit
  31. 18 Nov, 2022 1 commit
  32. 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
  33. 16 Nov, 2022 1 commit
  34. 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
  35. 02 Nov, 2022 1 commit
  36. 11 Oct, 2022 1 commit
  37. 04 Oct, 2022 1 commit