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