1. 01 Feb, 2022 2 commits
  2. 27 Jan, 2022 1 commit
    • Caroline Chen's avatar
      Add no lm support for CTC decoder (#2174) · 4c3fa875
      Caroline Chen authored
      Summary:
      Add support for CTC lexicon decoder without LM support by adding a non language model `ZeroLM` that returns score 0 for everything. Generalize the decoder class/API a bit to support this, adding it as an option for the kenlm decoder at the moment (will likely be separated out from kenlm when adding support for other kinds of LMs in the future)
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2174
      
      Reviewed By: hwangjeff, nateanl
      
      Differential Revision: D33798674
      
      Pulled By: carolineechen
      
      fbshipit-source-id: ef8265f1d046011b143597b3b7c691566b08dcde
      4c3fa875
  3. 14 Jan, 2022 1 commit
    • moto's avatar
      Tweak documentation (#2152) · 7f859111
      moto authored
      Summary:
      - Change the version of nightly build to `Nightly Build (VERSION)`.
      - Use `BUILD_VERSION` env var for release.
      - Automatically change copyright year.
      - Update the link to nightly in README so that the main branch directs to the corresponding document.
      
      Because of the way CI job is setup, the resulting documentation says 0.8.0. This is fixed by https://github.com/pytorch/audio/issues/2151.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2152
      
      Reviewed By: carolineechen, nateanl
      
      Differential Revision: D33585053
      
      Pulled By: mthrok
      
      fbshipit-source-id: 3c2bf9fc3214c89f989f5ac65b74bc1e276a7161
      7f859111
  4. 06 Jan, 2022 1 commit
  5. 04 Jan, 2022 1 commit
  6. 31 Dec, 2021 1 commit
  7. 30 Dec, 2021 1 commit
  8. 29 Dec, 2021 3 commits
  9. 28 Dec, 2021 4 commits
  10. 23 Dec, 2021 3 commits
  11. 24 Nov, 2021 1 commit
    • hwangjeff's avatar
      Add RNN-T beam search decoder (#2028) · 60a85b50
      hwangjeff authored
      Summary:
      Adds beam search decoder for RNN-T implementation ``torchaudio.prototype.RNNT`` that is TorchScript-able and supports both streaming and non-streaming inference.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2028
      
      Reviewed By: mthrok
      
      Differential Revision: D32627919
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: aab99e346d6514a3207a9fb69d4b42978b4cdbbd
      60a85b50
  12. 23 Nov, 2021 1 commit
  13. 18 Nov, 2021 1 commit
    • hwangjeff's avatar
      Add Emformer RNN-T model (#2003) · 78ce7010
      hwangjeff authored
      Summary:
      Adds streaming-capable recurrent neural network transducer (RNN-T) model that uses Emformer for its transcription network. Includes two factory functions — one that allows for building a custom model, and one that builds a preconfigured base model.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2003
      
      Reviewed By: nateanl
      
      Differential Revision: D32440879
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: 601cb1de368427f25e3b7d120e185960595d2360
      78ce7010
  14. 10 Nov, 2021 1 commit
  15. 05 Nov, 2021 4 commits
  16. 04 Nov, 2021 5 commits
  17. 03 Nov, 2021 1 commit
  18. 02 Nov, 2021 3 commits
  19. 29 Oct, 2021 1 commit
  20. 28 Oct, 2021 1 commit
  21. 27 Oct, 2021 2 commits
  22. 26 Oct, 2021 1 commit