1. 04 Feb, 2022 1 commit
  2. 03 Feb, 2022 2 commits
  3. 02 Feb, 2022 6 commits
  4. 01 Feb, 2022 6 commits
  5. 31 Jan, 2022 2 commits
  6. 29 Jan, 2022 1 commit
    • Yiwen Song's avatar
      [ViT] Adding conv_stem support (#5226) · 7d868aa6
      Yiwen Song authored
      * Adding conv_stem support
      
      * fix lint
      
      * bug fix
      
      * address comments
      
      * fix after merge
      
      * adding back checking lines
      
      * fix failing tests
      
      * fix iignore
      
      * add unittest & address comments
      
      * fix memory issue
      
      * address comments
      7d868aa6
  7. 28 Jan, 2022 3 commits
  8. 27 Jan, 2022 7 commits
  9. 26 Jan, 2022 6 commits
  10. 25 Jan, 2022 4 commits
  11. 24 Jan, 2022 2 commits
    • vfdev's avatar
      Added center arg to F.affine and RandomAffine ops (#5208) · 59c723cb
      vfdev authored
      * Added center option to F.affine and RandomAffine ops
      
      * Updates according to the review
      59c723cb
    • Joao Gomes's avatar
      Fix giou naming bug (#5270) · abdae5a1
      Joao Gomes authored
      * Adding multiweight support for shufflenetv2 prototype models
      
      * Revert "Adding multiweight support for shufflenetv2 prototype models"
      
      This reverts commit 31fadbee7d1a65cd73ae43dfd4ac6e97e7ca7b01.
      
      * Adding multiweight support for shufflenetv2 prototype models
      
      * Revert "Adding multiweight support for shufflenetv2 prototype models"
      
      This reverts commit 4e3d900f796c1e3e667312087e77956ca4a4c017.
      
      * Remove module vs method name clash
      abdae5a1