1. 28 Jul, 2023 1 commit
    • Zhaoheng Ni's avatar
      Move TorchAudio-Squim models to Beta (#3512) · b7d2d928
      Zhaoheng Ni authored
      Summary:
      The PR move `SquimObjective` and `SquimSubjective` models and corresponding factory functions and pre-trained pipelines out of prototype and to the core directory. They will be included in the next official release.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/3512
      
      Reviewed By: mthrok
      
      Differential Revision: D47837434
      
      Pulled By: nateanl
      
      fbshipit-source-id: d0639f29079f7e1afc30f236849e530c8cadffd8
      b7d2d928
  2. 14 Feb, 2023 1 commit
  3. 15 Jan, 2023 1 commit
    • Zhaoheng Ni's avatar
      Add pre-trained pipelines for XLS-R models (#2978) · 9b7b64e4
      Zhaoheng Ni authored
      Summary:
      The PR adds three `Wav2Vec2Bundle ` pipeline objects for XLS-R models:
      - WAV2VEC2_XLSR_300M
      - WAV2VEC2_XLSR_1B
      - WAV2VEC2_XLSR_2B
      
      All three models use layer normalization in the feature extraction layers, hence `_normalize_waveform` is set to `True`.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2978
      
      Reviewed By: hwangjeff
      
      Differential Revision: D42501491
      
      Pulled By: nateanl
      
      fbshipit-source-id: 2429ec880cc14798034843381e458e1b4664dac3
      9b7b64e4
  4. 08 Dec, 2022 1 commit
    • Grigory Sizov's avatar
      Follow up on WavLM bundles (#2895) · 41d007b4
      Grigory Sizov authored
      Summary:
      Addressed mthrok's comments in https://github.com/pytorch/audio/pull/2833:
      - Moved model type from `_params` directly into the bundle definition. For now I defined model type as "WavLM" for WavLM bundles and "Wav2Vec2" for everything else. We can also distinguish between different Wav2Vec2 falvours - Hubert, VoxPopuli etc, but at the moment this won't imply any functional differences, so I didn't do it
      - Expanded the title underline to match the title length
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2895
      
      Reviewed By: nateanl, mthrok
      
      Differential Revision: D41799875
      
      Pulled By: sgrigory
      
      fbshipit-source-id: 0730d4f91ed60e900643bb74d6cccdd7aa5d7b39
      41d007b4
  5. 15 Nov, 2022 1 commit
  6. 21 Sep, 2022 1 commit
  7. 15 Sep, 2022 2 commits
  8. 14 Sep, 2022 1 commit
  9. 13 Sep, 2022 1 commit
  10. 01 Feb, 2022 1 commit
    • hwangjeff's avatar
      Move ASR features out of prototype (#2187) · aca5591c
      hwangjeff authored
      Summary:
      Moves ASR features out of `torchaudio.prototype`. Specifically, merges contents of `torchaudio.prototype.models` into `torchaudio.models` and contents of `torchaudio.prototype.pipelines` into `torchaudio.pipelines` and updates refs, tests, and docs accordingly.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2187
      
      Reviewed By: nateanl, mthrok
      
      Differential Revision: D33918092
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: f003f289a7e5d7d43f85b7c270b58bdf2ed6344c
      aca5591c
  11. 28 Dec, 2021 1 commit
  12. 04 Nov, 2021 2 commits
  13. 03 Nov, 2021 1 commit
  14. 02 Nov, 2021 2 commits
  15. 27 Oct, 2021 1 commit
  16. 25 Oct, 2021 1 commit
  17. 18 Oct, 2021 1 commit
    • moto's avatar
      Update models/pipelines doc (#1894) · 420e84ee
      moto authored
      1. Override the return type so that Sphinx shows the exported symbols.
         (output model types and input torch.nn.Module)
      2. Tweak docs for Tacotron2TTSBundle interfaces
      3. Fix for HUBERT_ASR_XLARGE
      420e84ee
  18. 15 Oct, 2021 4 commits