1. 03 May, 2023 1 commit
  2. 16 Feb, 2023 1 commit
  3. 11 Jan, 2023 1 commit
    • Nicolas Hug's avatar
      Cleanup weight docs (#7074) · ed2a0adb
      Nicolas Hug authored
      
      
      * _weight_size -> _file_size
      
      * Better formatting of individual weights tables
      
      * Remove file size from main tables to avoid confusion with weight size (as in RAM)
      
      * Remove unnecessary (file size) suffix
      
      * Fix CI error?
      
      * Formatting
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      ed2a0adb
  4. 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