1. 23 Feb, 2022 11 commits
  2. 22 Feb, 2022 8 commits
  3. 21 Feb, 2022 6 commits
  4. 18 Feb, 2022 12 commits
  5. 17 Feb, 2022 3 commits
    • NielsRogge's avatar
      Add SimMIM (#15586) · 57882177
      NielsRogge authored
      
      
      * Add first draft
      
      * Make model importable
      
      * Make SwinForMaskedImageModeling importable
      
      * Fix imports
      
      * Add missing inits
      
      * Add support for Swin
      
      * Fix bug
      
      * Fix bug
      
      * Fix another bug
      
      * Fix Swin MIM implementation
      
      * Fix default encoder stride
      
      * Fix Swin
      
      * Add print statements for debugging
      
      * Add image_size data argument
      
      * Fix Swin
      
      * Fix image_size
      
      * Add print statements for debugging
      
      * Fix print statement
      
      * Remove print statements
      
      * Improve reshaping of bool_masked_pos
      
      * Add support for DeiT, fix tests
      
      * Improve docstrings
      
      * Apply new black version
      
      * Improve script
      
      * Fix bug
      
      * Improve README
      
      * Apply suggestions from code review
      
      * Remove DS_Store and add to gitignore
      
      * Apply suggestions from code review + fix BEiT Flax
      
      * Revert BEiT changes
      
      * Improve README
      
      * Fix code quality
      
      * Improve README
      Co-authored-by: default avatarNiels Rogge <nielsrogge@Nielss-MBP.localdomain>
      Co-authored-by: default avatarNiels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
      57882177
    • Gunjan Chhablani's avatar
      Fix shapes in model docstrings (#15696) · 426b9623
      Gunjan Chhablani authored
      426b9623
    • Yih-Dar's avatar
      Minor fix on README.md (#15688) · 92a537d9
      Yih-Dar authored
      
      
      * fix README
      
      * fix more arxiv links
      
      * make fix-copies
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      92a537d9