1. 21 Mar, 2023 1 commit
  2. 18 Aug, 2022 1 commit
  3. 29 Jul, 2022 1 commit
    • Zhaoheng Ni's avatar
      Improve speech enhancement tutorial (#2527) · d6267031
      Zhaoheng Ni authored
      Summary:
      - The "speech + noise" mixture still has a high SNR, which can't show the effectiveness of MVDR beamforming. To make the task more challenging, amplify the noise waveform to reduce the SNR of mixture speech.
      - Show the Si-SNR score of mixture speech when visualizing the mixture spectrogram.
      - FIx the figure in `rtf_power` subsection.
          - The description of enhanced spectrogram by `rtf_power` is wrong. Correct it to `rtf_power`.
      - Print PESQ, STOI, and SDR metric scores.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2527
      
      Reviewed By: mthrok
      
      Differential Revision: D38190218
      
      Pulled By: nateanl
      
      fbshipit-source-id: 39562850a67f58a16e0a2866ed95f78c3f4dc7de
      d6267031
  4. 28 Jul, 2022 1 commit
    • Sean Kim's avatar
      Create tutorial for HDemucs (#2572) · 919fd0c4
      Sean Kim authored
      Summary:
      Add tutorial python file, draft PR, will continue to modify accordingly to feedback.
      
      Future plan: modify spectrogram and bottom audio design and work on finding best audio track and segments
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2572
      
      Reviewed By: carolineechen, nateanl, mthrok
      
      Differential Revision: D38234001
      
      Pulled By: skim0514
      
      fbshipit-source-id: fe9207864f354dec5cf5ff52bf7d9ddcf4a001d5
      919fd0c4
  5. 12 Jul, 2022 1 commit
  6. 20 May, 2022 1 commit
  7. 03 Feb, 2022 1 commit
  8. 04 Nov, 2021 1 commit
    • moto's avatar
      [DOC] Default to not build gallery (#1977) · 5898edba
      moto authored
      With the introduction of TTS tutorial (#1973), it takes more than couple of minutes
      to build documentation. This commit makes the doc build process defaults to
      not build tutorials.
      
      To build tutorials one can use environment variable `BUILD_GALLERY=1`,
      and set `GALLERY_PATTERN=...` to filter the tutorials to build.
      
      This `GALLERY_PATTERN` is same approach as in `tutorials` repo.
      
      https://github.com/pytorch/tutorials/blob/cbf2238df0e78d84c15bd94288966d2f4b2e83ae/conf.py#L75-L83
      
      Also this commit dynamically parse the subdirectory of `examples/gallery` so that when a new category of examples are added, it will automatically parsed.
      5898edba