1. 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
  2. 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