1. 09 May, 2023 1 commit
  2. 13 Apr, 2023 1 commit
  3. 14 Mar, 2023 1 commit
  4. 22 Feb, 2023 2 commits
  5. 23 Jan, 2023 1 commit
  6. 19 Jan, 2023 1 commit
  7. 01 Dec, 2022 1 commit
  8. 01 Nov, 2022 1 commit
  9. 10 Oct, 2022 1 commit
  10. 14 Sep, 2022 1 commit
  11. 06 Aug, 2022 1 commit
  12. 27 Jul, 2022 1 commit
  13. 16 Jun, 2022 1 commit
  14. 07 Jun, 2022 1 commit
    • Sylvain Gugger's avatar
      Add examples telemetry (#17552) · 3cab9027
      Sylvain Gugger authored
      * Add examples telemetry
      
      * Alternative approach
      
      * Add to all other examples
      
      * Add to templates as well
      
      * Put framework separately
      
      * Same for TensorFlow
      3cab9027
  15. 12 May, 2022 2 commits
  16. 06 Apr, 2022 1 commit
  17. 04 Apr, 2022 1 commit
  18. 03 Mar, 2022 1 commit
  19. 17 Feb, 2022 1 commit
    • 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
  20. 27 Jan, 2022 2 commits
  21. 21 Jan, 2022 1 commit
    • NielsRogge's avatar
      [ViTMAE] Add image pretraining script (#15242) · 6c7b68d4
      NielsRogge authored
      * Add script
      
      * Improve script
      
      * Fix data collator
      
      * Update README
      
      * Add label_names argument
      
      * Apply suggestions from code review
      
      * Add config parameters
      
      * Update script
      
      * Fix bug
      
      * Improve README
      
      * Improve README and add test
      
      * Fix import
      
      * Add image_column_name
      6c7b68d4
  22. 22 Dec, 2021 3 commits
  23. 15 Dec, 2021 2 commits
  24. 09 Dec, 2021 2 commits
  25. 28 Oct, 2021 2 commits
  26. 04 Oct, 2021 1 commit
  27. 27 Sep, 2021 2 commits
  28. 02 Sep, 2021 1 commit
    • Nathan Raw's avatar
      Add PyTorch image classification example (#13134) · 76c4d8bf
      Nathan Raw authored
      *  add pytorch image classification example
      
      * 🔥 remove utils.py
      
      * 💄 fix flake8 style issues
      
      * 🔥 remove unnecessary line
      
      *  limit dataset sizes
      
      * 📌 update reqs
      
      * 🎨 restructure - use datasets lib
      
      * 🎨 import transforms directly
      
      * 📝 add comments
      
      * 💄 style
      
      * 🔥 remove flag
      
      * 📌 update requirement warning
      
      * 📝 add vision README.md
      
      * 📝 update README.md
      
      * 📝 update README.md
      
      * 🎨 add image-classification tag to model card
      
      * 🚚 rename vision ️ image-classification
      
      * 📝 update image-classification README.md
      76c4d8bf