1. 20 Sep, 2021 1 commit
  2. 15 Sep, 2021 1 commit
  3. 09 Sep, 2021 1 commit
  4. 07 Sep, 2021 1 commit
  5. 06 Sep, 2021 2 commits
  6. 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
  7. 31 Aug, 2021 3 commits
  8. 30 Aug, 2021 1 commit
  9. 28 Aug, 2021 1 commit
  10. 27 Aug, 2021 1 commit
  11. 19 Aug, 2021 1 commit
  12. 06 Aug, 2021 1 commit
    • Sylvain Gugger's avatar
      Tpu tie weights (#13030) · 7fcee113
      Sylvain Gugger authored
      * Fix tied weights on TPU
      
      * Manually tie weights in no trainer examples
      
      * Fix for test
      
      * One last missing
      
      * Gettning owned by my scripts
      
      * Address review comments
      
      * Fix test
      
      * Fix tests
      
      * Fix reformer tests
      7fcee113
  13. 02 Aug, 2021 1 commit
  14. 28 Jul, 2021 2 commits
  15. 26 Jul, 2021 1 commit
  16. 22 Jul, 2021 3 commits
  17. 08 Jul, 2021 1 commit
  18. 07 Jul, 2021 1 commit
  19. 28 Jun, 2021 2 commits
    • Bhadresh Savani's avatar
      [Examples] Added context manager to datasets map (#12367) · 04dbea31
      Bhadresh Savani authored
      * added cotext manager to datasets map
      
      * fixed style and spaces
      
      * fixed warning of deprecation
      
      * changed desc
      04dbea31
    • Taha ValizadehAslani's avatar
      Update run_mlm.py (#12344) · 9490d668
      Taha ValizadehAslani authored
      Before the code could not be used for validation only because of this line:
      extension = data_args.train_file.split(".")[-1]
      was assuming that extension must be extracted from the training dataset. This line would run regardless of the training or validation options of the user. This would lead to an error if the user only wants to run an evaluation only and does not want to do train (because the training file does not exist). I modified it to extract extension from the training file if the user wants to do train and extract it from the validation file if the user wants to run eval. This way the code can be used for both training and validation separately.
      9490d668
  20. 26 Jun, 2021 1 commit
  21. 25 Jun, 2021 4 commits
  22. 23 Jun, 2021 2 commits
  23. 22 Jun, 2021 2 commits
  24. 17 Jun, 2021 3 commits
  25. 15 Jun, 2021 2 commits