1. 04 Apr, 2022 1 commit
  2. 03 Mar, 2022 1 commit
  3. 27 Jan, 2022 2 commits
  4. 28 Dec, 2021 1 commit
    • Patrick von Platen's avatar
      [Wav2Vec2] Rename model's feature extractor to feature encoder (#14959) · 600496fa
      Patrick von Platen authored
      * rename classes
      
      * clean up more namings
      
      * remove bogus file
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      * replace more names
      
      * more regex replace
      
      * make style
      
      * correct
      
      * correct more
      
      * make style
      
      * finish
      
      * correct more in wav2vec2
      
      * make style
      
      * improve freeze_extractor
      
      * add aliases
      
      * add tf aliases
      600496fa
  5. 22 Dec, 2021 2 commits
  6. 15 Dec, 2021 2 commits
  7. 09 Dec, 2021 2 commits
  8. 28 Oct, 2021 2 commits
  9. 21 Oct, 2021 1 commit
  10. 20 Oct, 2021 1 commit
  11. 01 Oct, 2021 1 commit
  12. 27 Sep, 2021 2 commits
  13. 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