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. 24 May, 2019 1 commit
  3. 04 Jan, 2019 1 commit
  4. 25 Dec, 2018 2 commits
  5. 20 Aug, 2018 1 commit
  6. 19 Aug, 2018 1 commit
  7. 09 May, 2018 1 commit
  8. 08 May, 2018 2 commits
  9. 26 Apr, 2018 3 commits
  10. 18 Dec, 2017 1 commit
  11. 03 Sep, 2017 1 commit
  12. 19 Aug, 2017 1 commit
  13. 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
  14. 05 May, 2017 1 commit