1. 30 Oct, 2023 1 commit
  2. 29 Oct, 2023 1 commit
  3. 27 Oct, 2023 1 commit
  4. 26 Oct, 2023 2 commits
  5. 24 Oct, 2023 1 commit
  6. 23 Oct, 2023 1 commit
  7. 19 Oct, 2023 1 commit
    • Matt's avatar
      Pin Keras for now (#26904) · cbd278f0
      Matt authored
      * Pin Keras for now out of paranoia
      
      * Add the keras pin to _tests_requirements.txt too
      
      * Make sure the Keras version matches the TF one
      
      * make fixup
      cbd278f0
  8. 18 Oct, 2023 2 commits
  9. 12 Oct, 2023 1 commit
  10. 11 Oct, 2023 1 commit
  11. 10 Oct, 2023 2 commits
  12. 06 Oct, 2023 1 commit
  13. 04 Oct, 2023 2 commits
  14. 03 Oct, 2023 4 commits
  15. 29 Sep, 2023 1 commit
    • Sanchit Gandhi's avatar
      [Flax Examples] Seq2Seq ASR Fine-Tuning Script (#21764) · 68e85fc8
      Sanchit Gandhi authored
      * from seq2seq speech
      
      * [Flax] Example script for speech seq2seq
      
      * tests and fixes
      
      * make style
      
      * fix: label padding tokens
      
      * fix: label padding tokens over list
      
      * update ln names for Whisper
      
      * try datasets iter loader
      
      * create readme and append results
      
      * style
      
      * make style
      
      * adjust lr
      
      * use pt dataloader
      
      * make fast
      
      * pin gen max len
      
      * finish
      
      * add pt to requirements for test
      
      * fix pt -> torch
      
      * add accelerate
      68e85fc8
  16. 28 Sep, 2023 1 commit
  17. 22 Sep, 2023 1 commit
  18. 18 Sep, 2023 2 commits
  19. 12 Sep, 2023 1 commit
  20. 11 Sep, 2023 2 commits
  21. 06 Sep, 2023 1 commit
  22. 05 Sep, 2023 3 commits
  23. 04 Sep, 2023 1 commit
  24. 01 Sep, 2023 1 commit
  25. 25 Aug, 2023 1 commit
  26. 23 Aug, 2023 1 commit
  27. 22 Aug, 2023 1 commit
  28. 21 Aug, 2023 1 commit
  29. 15 Aug, 2023 1 commit
    • Zach Mueller's avatar
      Make training args fully immutable (#25435) · ca514992
      Zach Mueller authored
      * Make training args fully immutable
      
      * Working tests, PyTorch
      
      * In test_trainer
      
      * during testing
      
      * Use proper dataclass way
      
      * Fix test
      
      * Another one
      
      * Fix tf
      
      * Lingering slow
      
      * Exception
      
      * Clean
      ca514992