1. 10 Mar, 2022 1 commit
  2. 08 Mar, 2022 1 commit
  3. 26 Feb, 2022 1 commit
    • moto's avatar
      Improve device streaming (#2202) · 365313ed
      moto authored
      Summary:
      This commit adds tutorial for device ASR, and update API for device streaming.
      
      The changes for the interface are
      1. Add `timeout` and `backoff` parameters to `process_packet` and `stream` methods.
      2. Move `fill_buffer` method to private.
      
      When dealing with device stream, there are situations where the device buffer is not
      ready and the system returns `EAGAIN`. In such case, the previous implementation of
      `process_packet` method raised an exception in Python layer , but for device ASR,
      this is inefficient. A better approach is to retry within C++ layer in blocking manner.
      The new `timeout` parameter serves this purpose.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2202
      
      Reviewed By: nateanl
      
      Differential Revision: D34475829
      
      Pulled By: mthrok
      
      fbshipit-source-id: bb6d0b125d800f87d189db40815af06fbd4cab59
      365313ed
  4. 24 Feb, 2022 1 commit
  5. 23 Feb, 2022 1 commit
  6. 17 Feb, 2022 2 commits
  7. 16 Feb, 2022 6 commits
  8. 15 Feb, 2022 1 commit
  9. 11 Feb, 2022 5 commits
  10. 10 Feb, 2022 1 commit
  11. 09 Feb, 2022 1 commit
    • hwangjeff's avatar
      Fix librosa calls (#2208) · e5d567c9
      hwangjeff authored
      Summary:
      Yesterday's release of librosa 0.9.0 made args keyword-only and changed default padding from "reflect" to "zero" for some functions. This PR adjusts callsites in our tutorials and tests accordingly.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2208
      
      Reviewed By: mthrok
      
      Differential Revision: D34099793
      
      Pulled By: hwangjeff
      
      fbshipit-source-id: 4e2642cdda8aae6d0a928befaf1bbb3873d229bc
      e5d567c9
  12. 04 Feb, 2022 1 commit
  13. 03 Feb, 2022 3 commits
  14. 02 Feb, 2022 2 commits
  15. 01 Feb, 2022 3 commits
  16. 31 Jan, 2022 1 commit
  17. 27 Jan, 2022 2 commits
  18. 26 Jan, 2022 1 commit
  19. 22 Jan, 2022 1 commit
  20. 20 Jan, 2022 1 commit
  21. 18 Jan, 2022 1 commit
  22. 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
  23. 07 Jan, 2022 1 commit
  24. 06 Jan, 2022 1 commit