1. 16 Jun, 2022 1 commit
  2. 15 Jun, 2022 1 commit
  3. 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
  4. 27 May, 2022 1 commit
  5. 18 May, 2022 1 commit
  6. 17 May, 2022 1 commit
  7. 12 May, 2022 2 commits
  8. 09 May, 2022 1 commit
  9. 02 May, 2022 3 commits
  10. 27 Apr, 2022 2 commits
  11. 20 Apr, 2022 1 commit
  12. 19 Apr, 2022 1 commit
    • NielsRogge's avatar
      Add image classification script, no trainer (#16727) · b96e82c8
      NielsRogge authored
      * Add first draft
      
      * Improve README and run fixup
      
      * Make script aligned with other scripts, improve README
      
      * Improve script and add test
      
      * Remove print statement
      
      * Apply suggestions from code review
      
      * Add num_labels to make test pass
      
      * Improve README
      b96e82c8
  13. 15 Apr, 2022 1 commit
  14. 14 Apr, 2022 1 commit
  15. 06 Apr, 2022 1 commit
  16. 04 Apr, 2022 1 commit
  17. 03 Mar, 2022 1 commit
  18. 27 Jan, 2022 2 commits
  19. 22 Dec, 2021 3 commits
  20. 15 Dec, 2021 2 commits
  21. 09 Dec, 2021 2 commits
  22. 28 Oct, 2021 2 commits
  23. 04 Oct, 2021 1 commit
  24. 27 Sep, 2021 2 commits
  25. 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