1. 19 Dec, 2022 1 commit
    • moto's avatar
      Split extract_archive into dedicated functions. (#2927) · 5807078c
      moto authored
      Summary:
      `extra_archive` in `datasets.utils` does not distinguish the input type, and blindly treats it as tar, then zip in case of failure.
      
      This is an anti-pattern. All the dataset implementations know which archive type the downloaded files are.
      
      This commit splits extract_archive function into dedicated functions, and make each dataset use the correct one.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2927
      
      Reviewed By: carolineechen
      
      Differential Revision: D42154069
      
      Pulled By: mthrok
      
      fbshipit-source-id: bc46cc2af26aa086ef49aa1f9a94b6dedb55f85e
      5807078c
  2. 22 Sep, 2022 1 commit
  3. 15 Sep, 2022 1 commit
  4. 26 Jul, 2022 2 commits
  5. 21 Jun, 2022 1 commit
    • Sean Kim's avatar
      Create musdb handler and tests (#2484) · b92a8a09
      Sean Kim authored
      Summary:
      Create dataset handler and tests for new dataset. Manually tested and unit tested to test validity. Pre-commit ran for style checks.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2484
      
      Reviewed By: carolineechen, nateanl
      
      Differential Revision: D37250556
      
      Pulled By: skim0514
      
      fbshipit-source-id: d2c8d73d22fd9d7282026265676f3eab1e178d51
      b92a8a09