1. 30 Jul, 2019 1 commit
    • Edward Z. Yang's avatar
      Make test scripts runnable without being modules. (#186) · 07b9b9ba
      Edward Z. Yang authored
      
      
      This makes it easier to test against an installed wheel, as the
      torchaudio folder is no longer preferentially picked up when
      you run a test module.
      
      I had to move all tests in subfolders into the top level test
      directory to make this work, since you can't access .. modules
      without mucking around with sys.path (which I don't want to do.)
      
      NB: this BREAKS the syntax where you can run a test by
      saying `python -m test.test`.  Instead, do `python test/test.py`
      or use the pytest runner.
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      07b9b9ba
  2. 26 Jul, 2019 1 commit
  3. 24 Jul, 2019 3 commits
  4. 16 Jul, 2019 1 commit
  5. 10 Jul, 2019 1 commit
  6. 06 Jun, 2019 1 commit
  7. 24 May, 2019 1 commit
  8. 22 May, 2019 1 commit
  9. 20 May, 2019 1 commit
  10. 21 Feb, 2019 1 commit
    • PCerles's avatar
      Librosa consistency (#83) · 54d1cede
      PCerles authored
      * saving commit
      
      * more fixes
      
      * Update test.py
      
      * flake8 style, tests moved
      
      * typo
      
      * DCT now a method of MFCC class. Changed DCT impelementation to @dhpollack suggestion"
      
      * changes to address pr comments
      
      * ordering
      
      * fix dct docstring
      
      * fix dct docstring
      
      * DCT matrix needs to go on same device
      
      * DCT matrix needs to go on same device
      
      * log mfcc option
      54d1cede
  11. 11 Feb, 2019 1 commit
  12. 07 Feb, 2019 1 commit
    • Jeremy Howard's avatar
      Rename classes in line with PyTorch standards. Remove redundent slow... · 7e15d2f9
      Jeremy Howard authored
      Rename classes in line with PyTorch standards. Remove redundent slow librosa-based `MEL`. Add missing docstring params. (#78)
      
      * Bug fix: Use correct device for MEL2 functions so MEL2 works on CUDA tensors
      
      * Rename classes in line with PyTorch standards. Remove redundent
      slow librosa-based `MEL`. Add missing docstring params.
      
      * fix param names
      7e15d2f9
  13. 05 Jan, 2019 1 commit
  14. 04 Jan, 2019 2 commits
  15. 25 Dec, 2018 1 commit
  16. 19 Aug, 2018 1 commit
  17. 26 Apr, 2018 1 commit
  18. 23 Jan, 2018 2 commits
  19. 15 Jan, 2018 1 commit
  20. 18 Dec, 2017 1 commit
  21. 23 Oct, 2017 1 commit
  22. 15 Sep, 2017 1 commit
  23. 03 Sep, 2017 1 commit
  24. 18 Aug, 2017 1 commit
  25. 12 Aug, 2017 1 commit
    • David Pollack's avatar
      basic transforms · 3433b9b6
      David Pollack authored
      vctk dataset
      
      add label processing
      
      added tests
      
      chunk dataset
      
      simple caching scheme
      
      caching fixed
      
      vctk downsample
      
      yesno dataset
      3433b9b6