1. 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
  2. 15 Apr, 2022 1 commit
  3. 14 Apr, 2022 1 commit
  4. 06 Apr, 2022 1 commit
  5. 04 Apr, 2022 1 commit
  6. 03 Mar, 2022 1 commit
  7. 27 Jan, 2022 2 commits
  8. 22 Dec, 2021 3 commits
  9. 15 Dec, 2021 2 commits
  10. 09 Dec, 2021 2 commits
  11. 28 Oct, 2021 2 commits
  12. 04 Oct, 2021 1 commit
  13. 27 Sep, 2021 2 commits
  14. 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