1. 18 Dec, 2020 1 commit
  2. 15 Dec, 2020 1 commit
  3. 11 Dec, 2020 2 commits
  4. 08 Dec, 2020 1 commit
    • moto's avatar
      Fbsync (#1038) · a2085b85
      moto authored
      * Import torchaudio #1034 70f429a4
      
      Summary: Import torchaudio #1027 0cf4b8a9
      
      Reviewed By: vincentqb, cpuhrsch
      
      Differential Revision: D24958707
      
      fbshipit-source-id: d06dd6b59197cc2c16bec5a9012cbf33a172b6b3
      
      * Import torchaudio #1066 4406a6bb
      
      Summary: Import up to #1066
      
      Reviewed By: cpuhrsch
      
      Differential Revision: D25373068
      
      fbshipit-source-id: 890d36a25259b93428b3037c3123ff5a2cacfa04
      a2085b85
  5. 03 Dec, 2020 1 commit
  6. 18 Nov, 2020 2 commits
  7. 17 Nov, 2020 1 commit
  8. 16 Nov, 2020 2 commits
  9. 13 Nov, 2020 3 commits
  10. 27 Oct, 2020 1 commit
  11. 13 Oct, 2020 1 commit
  12. 09 Oct, 2020 1 commit
  13. 02 Oct, 2020 1 commit
  14. 15 Sep, 2020 1 commit
  15. 20 Aug, 2020 1 commit
  16. 19 Aug, 2020 1 commit
  17. 27 Jul, 2020 1 commit
  18. 23 Jul, 2020 2 commits
  19. 20 Jul, 2020 1 commit
    • jimchen90's avatar
      Add LibriTTS dataset (#790) · 4b8aad7a
      jimchen90 authored
      
      
      * Add libritts
      
      Add LibriTTS dataset draft
      
      * Add libritts
      
      Use two separate ids for utterance_id.
      
      * Update output form
      
      Use full_id as utterance_id.
      
      * Update format
      
      Add space and test black format
      
      * Update test method
      
      * Add audio and text test
      
      Generate audio and test files on-the-fly in test 
      
      * Update format
      
      * Fix test error and remove assets libritts
      
      The test error is fixed by sorting the file in 4th element instead of 2nd element in samples. Since the files are generated on-the-fly, so the the libritts files in assets are removed.
      
      * Add seed in `get_whitenoise` function
      
      * Change utterance to text
      
      Change `_utterance` to `_text`.
      Co-authored-by: default avatarJi Chen <jimchen90@devfair0160.h2.fair>
      4b8aad7a
  20. 17 Jul, 2020 1 commit
    • Emmanouil Theofanis Chourdakis's avatar
      Changed GTZAN so that it only traverses filenames belonging to the dataset (#791) · 47eb1e6a
      Emmanouil Theofanis Chourdakis authored
      * Addressed review issues in PR #668
      
      * Changed GTZAN so that it only traverses filenames belonging to the dataset
      
      Now, instead of walking the whole directory and subdirectories of the dataset
      GTZAN only looks for files under a `genre`/`genre`.`5 digit number`.wav format, where `genre` is an allowed GTZAN genre label.
      This allows moving or removing files from the dataset (e.g. for fixing duplication or mislabeling issues).
      47eb1e6a
  21. 10 Jun, 2020 1 commit
  22. 02 Jun, 2020 1 commit
    • Emmanouil Theofanis Chourdakis's avatar
      Added the popular GTZAN dataset: (#668) · b0367251
      Emmanouil Theofanis Chourdakis authored
      
      
      * Added the popular GTZAN dataset:
      
      * Added the GTZAN class in torchaudio.datasets using the same format as the rest of the datasets.
      * Added the appropriate test function in test_datasets.py.
      * Added the GTZAN class in the datasets.rst documentation file.
      
      * Addressed review issues in PR #668
      
      * Added dummy noise .wav in `test/assets/`
      * Removed transforms of input and output from the dataset
        `__init__` function, as well as the corresponding methods.
      * Replaced rendundant `filtered` and `subset` methods from
        class initialization and also changed the corresponding
        assertion message.
      
      * Fixed E303: too many blank lines error
      
      * Added GTZAN to __init__.__all__
      
      * Fixed incorrectly not importing GTZAN
      
      * removed duplicate warning
      
      * lint
      Co-authored-by: default avatarVincent QB <vincentqb@users.noreply.github.com>
      b0367251
  23. 21 Apr, 2020 2 commits
  24. 07 Apr, 2020 1 commit
  25. 06 Apr, 2020 1 commit
  26. 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
  27. 02 Apr, 2020 1 commit
  28. 01 Apr, 2020 1 commit
  29. 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
  30. 20 Feb, 2020 1 commit
  31. 12 Feb, 2020 1 commit
  32. 13 Jan, 2020 1 commit
  33. 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