1. 21 Jan, 2022 2 commits
  2. 20 Jan, 2022 2 commits
  3. 19 Jan, 2022 2 commits
  4. 18 Jan, 2022 1 commit
  5. 14 Jan, 2022 2 commits
  6. 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
  7. 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
  8. 06 Jan, 2022 5 commits
  9. 05 Jan, 2022 7 commits
  10. 04 Jan, 2022 6 commits
  11. 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
  12. 02 Jan, 2022 1 commit
  13. 31 Dec, 2021 2 commits
  14. 30 Dec, 2021 6 commits
    • moto's avatar
      Build ffmpeg-features in Linux/macOS unittests (#2114) · 9f14fa63
      moto authored
      Summary:
      Preparation to land Python front-end of ffmpeg-related features.
      
      - Set BUILD_FFMPEG=1 in Linux/macOS unit test jobs
      - Install ffmpeg and pkg-config from conda-forge
      - Add note about Windows build process
      - Temporarily avoid `av_err2str`
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2114
      
      Reviewed By: hwangjeff
      
      Differential Revision: D33371346
      
      Pulled By: mthrok
      
      fbshipit-source-id: b0e16a35959a49a2166109068f3e0cbbb836e888
      9f14fa63
    • moto's avatar
      Add note about ffmpeg code (#2115) · 524d5540
      moto authored
      Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2115
      
      Reviewed By: carolineechen
      
      Differential Revision: D33370700
      
      Pulled By: mthrok
      
      fbshipit-source-id: 591b67870247f69cc542f649cd62444ee3c45934
      524d5540
    • Joao Gomes's avatar
      Enforce lint checks and fix/mute lint errors (#2116) · 8ed14782
      Joao Gomes authored
      Summary:
      cc mthrok
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2116
      
      Reviewed By: mthrok
      
      Differential Revision: D33368453
      
      Pulled By: jdsgomes
      
      fbshipit-source-id: 09cf3fe5ed6f771c2f16505633c0e59b0c27453c
      8ed14782
    • hwangjeff's avatar
      Clean up Emformer module (#2091) · 4c8fd760
      hwangjeff authored
      Summary:
      * Removes redundant declaration `right_context_blocks = []`, as flagged by kobenaxie.
      * Adds random seed to tests, as flagged by carolineechen in other PRs.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2091
      
      Reviewed By: mthrok
      
      Differential Revision: D33340964
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: a9de43e28d1bae7bd4806b280717b0d822bb42fc
      4c8fd760
    • moto's avatar
      Add a switch to build ffmpeg binding (#2048) · ece03edc
      moto authored
      Summary:
      This PR adds `BUILD_FFMPEG` switch to torchaudio build process so that features related to ffmpeg are built.
      The flag is false by default, so no CI jobs or development flow are affected.
      
      This is because handling the dependencies around ffmpeg is a bit tricky.
      Currently, the CMake file uses `pkg-config` to find an ffmpeg installation in the system.
      This works fine for both conda-based installation and system-managed installation (like `apt`).
      
      In subsequent PRs, I will find a solution that works for local development and binary distributions.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2048
      
      Reviewed By: hwangjeff, nateanl
      
      Differential Revision: D33367260
      
      Pulled By: mthrok
      
      fbshipit-source-id: 94517acecb62bd6d4e96d4b7cbc3ab3c2a25706c
      ece03edc
    • moto's avatar
      Update and fill the rest of ffmpeg-integration C++ code (#2113) · 9cb75e74
      moto authored
      Summary:
      - Introduce AudioBuffer and VideoBuffer for different way of handling frames
      - Update the way option dictionary is passed
      - Remove unused AutoFrameUnref
      - Add SrcStreamInfo/OutputStreamInfo classes
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2113
      
      Reviewed By: nateanl
      
      Differential Revision: D33356144
      
      Pulled By: mthrok
      
      fbshipit-source-id: e837e84fae48baa7befd5c70599bcd2cbb61514d
      9cb75e74