1. 19 Jan, 2022 2 commits
  2. 18 Jan, 2022 1 commit
  3. 14 Jan, 2022 2 commits
  4. 08 Jan, 2022 1 commit
    • Binh Tang's avatar
      [PyTorchLightning/pytorch-lightning] Add deprecation path for renamed training... · 7b6b2d00
      Binh Tang authored
      [PyTorchLightning/pytorch-lightning] Add deprecation path for renamed training type plugins (#11227)
      
      Summary:
      ### New commit log messages
        4eede7c30 Add deprecation path for renamed training type plugins (#11227)
      
      Reviewed By: edward-io, daniellepintz
      
      Differential Revision: D33409991
      
      fbshipit-source-id: 373e48767e992d67db3c85e436648481ad16c9d0
      7b6b2d00
  5. 07 Jan, 2022 2 commits
    • Caroline Chen's avatar
      Add parameter usage to CTC inference tutorial (#2141) · ffbfe74a
      Caroline Chen authored
      Summary:
      Add explanation and demonstration of different beam search decoder parameters.
      Additionally use a better sample audio file and load in with token list instead of tokens file.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2141
      
      Reviewed By: mthrok
      
      Differential Revision: D33463230
      
      Pulled By: carolineechen
      
      fbshipit-source-id: d3dd6452b03d4fc2e095d778189c66f7161e4c68
      ffbfe74a
    • moto's avatar
      Enable build ffmpeg-features in all related jobs (#2140) · 565f8d41
      moto authored
      Summary:
      This commit enables ffmpeg-feature build in tests and
      binary builds of all platforms.
      (Linux/macOS/Windows x conda/wheel)
      
      It also moves the definition of BUILD_FFMPEG env vars to the
      top level `config.yml`.
      
       ---
      Manual checking if all the build log contains `libtorchaudio_ffmpeg`.
      ### binary build
      - [x] `binary_linux_conda_py3.7_cpu`
      - [x] `binary_linux_conda_py3.7_cu102`
      - [x] `binary_linux_wheel_py3.7_cpu`
      - [x] `binary_linux_wheel_py3.7_cu102`
      - [x] `binary_macos_conda_py3.7_cpu`
      - [x] `binary_macos_wheel_py3.7_cpu`
      - [x] `binary_windows_conda_py3.7_cpu`
      - [x] `binary_windows_conda_py3.7_cu113`
      - [x] `binary_windows_wheel_py3.7_cpu`
      - [x] `binary_windows_wheel_py3.7_cu113`
      
      ### test
      - [x] `unittest_linux_cpu_py3.7`
      - [x] `unittest_linux_gpu_py3.7`
      - [x] `unittest_macos_cpu_py3.7`
      - [x] `unittest_windows_cpu_py3.7`
      - [x] `unittest_windows_gpu_py3.7`
      - [x] `integration test`
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2140
      
      Reviewed By: hwangjeff
      
      Differential Revision: D33464430
      
      Pulled By: mthrok
      
      fbshipit-source-id: 2c5b72be75d49019bf1599036180d4e56074e46b
      565f8d41
  6. 06 Jan, 2022 5 commits
  7. 05 Jan, 2022 7 commits
  8. 04 Jan, 2022 6 commits
  9. 03 Jan, 2022 1 commit
    • moto's avatar
      Build ffmpeg-features on Conda binary dist (#2120) · 10dcfc70
      moto authored
      Summary:
      This commit enable ffmpeg-feature build on conda-based binary distribution on Linux and macOS.
      
      It adds `ffmpeg` as build-time dependencies and enable the build with `BUILD_FFMPEG=1`.
      
      Windows binaries, wheel-based binaries on Linux/macOS are not changed.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2120
      
      Reviewed By: nateanl
      
      Differential Revision: D33397473
      
      Pulled By: mthrok
      
      fbshipit-source-id: 67a23a40c0614c56fee60cc06a45f3265037f6df
      10dcfc70
  10. 02 Jan, 2022 1 commit
  11. 31 Dec, 2021 2 commits
  12. 30 Dec, 2021 8 commits
  13. 29 Dec, 2021 2 commits
    • hwangjeff's avatar
      Add parameter p to TimeMasking (#2090) · 1ec7ff73
      hwangjeff authored
      Summary:
      Adds parameter `p` to `TimeMasking` to allow for enforcing an upper bound on the proportion of time steps that it can mask. This behavior is consistent with the specifications provided in the SpecAugment paper (https://arxiv.org/abs/1904.08779).
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2090
      
      Reviewed By: carolineechen
      
      Differential Revision: D33344772
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: 6ff65f5304e489fa1c23e15c3d96b9946229fdcf
      1ec7ff73
    • Caroline Chen's avatar
      Allow token list as CTC decoder input (#2112) · 896ade04
      Caroline Chen authored
      Summary:
      Additionally accept list of tokens as CTC decoder input. This makes it possible to directly pass in something like `bundles.get_labels()` into the decoder factory function instead of requiring a separate tokens file.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2112
      
      Reviewed By: hwangjeff, nateanl, mthrok
      
      Differential Revision: D33352909
      
      Pulled By: carolineechen
      
      fbshipit-source-id: 6d22072e34f6cd7c6f931ce4eaf294ae4cf0c5cc
      896ade04