1. 06 Apr, 2020 1 commit
  2. 03 Apr, 2020 1 commit
    • Tomás Osório's avatar
      Fix common voice dataset (#498) · 9b288109
      Tomás Osório authored
      * fix download
      
      * fix reading tsv archive
      
      * add new languages
      
      * maintain same structure as other datasets
      
      * update CommonVoice Tests
      
      * fix
      
      * change directory name
      
      * remove extra line
      9b288109
  3. 02 Apr, 2020 1 commit
  4. 01 Apr, 2020 1 commit
  5. 22 Feb, 2020 1 commit
    • Tomás Osório's avatar
      Adding Speech Command Dataset (#437) · 4d58bc46
      Tomás Osório authored
      
      
      * add speechcommand dataset and test
      
      * prepend the full path to each result
      
      * add missing param on docstring in walk_files
      
      * add file to run tests on SpeechCommand Dataset
      
      * reduce logic
      
      * update test on SpeechCommands
      
      * correct the indentation on docstring walk_files
      
      * flake8 compliance
      
      * change tuple type returned. move path split logic in load item.
      
      * typo in name.
      
      * redundant file path.
      
      * filter background noise.
      Co-authored-by: default avatarVincent QB <vincentqb@users.noreply.github.com>
      4d58bc46
  6. 20 Feb, 2020 1 commit
  7. 12 Feb, 2020 1 commit
  8. 13 Jan, 2020 1 commit
  9. 27 Dec, 2019 1 commit
    • Karl Ostmo's avatar
      Fix several errors in tests run by Travis (#380) · 9801caf6
      Karl Ostmo authored
      * Declare file encoding to support special characters
      
      * fix missing utf_8_encoder error in Travis tests
      
      * Py 2.7 backwards-compat iterator
      
      * ensure integer argument to torch.nn.functional.pad
      
      * cast match.ceil result as integer
      9801caf6
  10. 02 Dec, 2019 1 commit
  11. 25 Nov, 2019 1 commit
  12. 14 Nov, 2019 1 commit
    • Vincent QB's avatar
      Resume download (#320) · e0407b51
      Vincent QB authored
      * resume download, validate with md5 or sha256.
      
      * split stream from saving. detect filename.
      
      * validate at end too. check file size again.
      
      * validate now operates on file object.
      
      * expose choices of hash.
      e0407b51
  13. 06 Nov, 2019 2 commits
  14. 29 Oct, 2019 1 commit
  15. 23 Oct, 2019 1 commit
  16. 06 Sep, 2019 1 commit
  17. 02 Aug, 2019 1 commit
    • Edward Z. Yang's avatar
      Make torchaudio work on Python 2. (#209) · a424509d
      Edward Z. Yang authored
      
      
      - Apply __future__ imports uniformly (future division is the biggy, but absolute
        imports mattered too)
      - Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT
        add this library as a dependency to torchaudio; it's only for testing)
      - Replace math.gcd with fractions.gcd
      - Fix a weird pytest collection bug involving parametrized tests
      - Turn on Python 2 and Python 3.7 in Travis.
      Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
      a424509d
  18. 29 Jul, 2019 1 commit
  19. 16 Jul, 2019 1 commit
  20. 20 Mar, 2019 1 commit
  21. 25 Dec, 2018 1 commit
  22. 09 Apr, 2018 2 commits
  23. 18 Dec, 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