1. 11 Oct, 2022 3 commits
  2. 10 Oct, 2022 2 commits
    • Zhaoheng Ni's avatar
      Add unit test for LibriMix dataset (#2659) · c5b8e585
      Zhaoheng Ni authored
      Summary:
      Besides the unit test, the PR also addresses these issues:
      - The original `LibriMix` dataset only supports "min" mode, which means the audio length is the minimum of all clean sources. It is default for source separation task. Users may also want to use "max" mode which allows for end-to-end separation and recognition. The PR adds ``mode`` argument to let users decide which dataset they want to use.
      - If the task is ``"enh_both"``, the target is the audios in ``mix_clean`` instead of separate clean sources. The PR fixes it to use ``mix_clean`` as target.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2659
      
      Reviewed By: carolineechen
      
      Differential Revision: D40229227
      
      Pulled By: nateanl
      
      fbshipit-source-id: fc07e0d88a245e1367656d3767cf98168a799235
      c5b8e585
    • Zhaoheng Ni's avatar
      Fix HuBERT docstring (#2746) · be938e7e
      Zhaoheng Ni authored
      Summary:
      The docstring of `wav2vec2` argument is wrong. Fix it in this PR.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2746
      
      Reviewed By: carolineechen
      
      Differential Revision: D40225995
      
      Pulled By: nateanl
      
      fbshipit-source-id: 770e9c928ebebd7b6307e181601eb64625d668da
      be938e7e
  3. 09 Oct, 2022 1 commit
  4. 08 Oct, 2022 1 commit
  5. 07 Oct, 2022 3 commits
  6. 06 Oct, 2022 3 commits
  7. 05 Oct, 2022 1 commit
  8. 03 Oct, 2022 3 commits
  9. 01 Oct, 2022 1 commit
  10. 29 Sep, 2022 1 commit
  11. 28 Sep, 2022 3 commits
  12. 27 Sep, 2022 2 commits
  13. 26 Sep, 2022 2 commits
    • Andrey Talman's avatar
      Fix windows tests related to old conda on circleci (#2704) · 1c8accfc
      Andrey Talman authored
      Summary:
      Conda version on circleCI prints following message:
      ```
      ==> WARNING: A newer version of conda exists. <==
        current version: 4.6.14
        latest version: 4.14.0
      ```
      and as a result this error:
      
      ```
      + /c/tools/miniconda3/Scripts/conda.exe install -v -y -c pytorch-nightly -c nvidia pytorch numpy ffmpeg pytorch-cuda=11.6
      Collecting package metadata: ...working... done
      Solving environment: ...working...
      
      Too long with no output (exceeded 30m0s): context deadline exceeded
      ```
      
      This should update the conda version running on the system and allow us to install pytorch and run some tests.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2704
      
      Reviewed By: weiwangmeta
      
      Differential Revision: D39820037
      
      Pulled By: atalman
      
      fbshipit-source-id: 4a82a7a6cbe3dc1a5807ac669e2fa79f454037fa
      1c8accfc
    • Andrey Talman's avatar
      Remove linux wheel from circleci (#2714) · 14714f29
      Andrey Talman authored
      Summary:
      Remove linux wheel from circleci
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2714
      
      Reviewed By: weiwangmeta
      
      Differential Revision: D39816121
      
      Pulled By: atalman
      
      fbshipit-source-id: a3c99b530896888d7b4271d8b3f27f3c986b3480
      14714f29
  14. 24 Sep, 2022 2 commits
    • hwangjeff's avatar
      Fix CUDA check (#2710) · ce08f8d2
      hwangjeff authored
      Summary:
      `torch.version.cuda` can return a string of form X.X or X.X.X. This PR modifies the CUDA version check to account for this.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2710
      
      Reviewed By: carolineechen, nateanl
      
      Differential Revision: D39796810
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: b483bd8200195844d65d0caddebaf1b10f939b64
      ce08f8d2
    • hwangjeff's avatar
      Add CUDA version check (#2707) · 0a5825ae
      hwangjeff authored
      Summary:
      Adds check to ensure that TorchAudio and PyTorch versions use the same CUDA version.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2707
      
      Reviewed By: mthrok
      
      Differential Revision: D39791154
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: de00889c7bac897c6b8762502f9d37797016b71d
      0a5825ae
  15. 23 Sep, 2022 3 commits
  16. 22 Sep, 2022 2 commits
  17. 21 Sep, 2022 5 commits
  18. 20 Sep, 2022 2 commits