1. 06 Jun, 2019 1 commit
  2. 24 May, 2019 1 commit
  3. 22 May, 2019 1 commit
  4. 20 May, 2019 1 commit
  5. 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
  6. 11 Feb, 2019 1 commit
  7. 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
  8. 05 Jan, 2019 1 commit
  9. 04 Jan, 2019 2 commits
  10. 25 Dec, 2018 1 commit
  11. 19 Aug, 2018 1 commit
  12. 26 Apr, 2018 1 commit
  13. 23 Jan, 2018 2 commits
  14. 15 Jan, 2018 1 commit
  15. 18 Dec, 2017 1 commit
  16. 23 Oct, 2017 1 commit
  17. 15 Sep, 2017 1 commit
  18. 03 Sep, 2017 1 commit
  19. 18 Aug, 2017 1 commit
  20. 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