- 20 Jul, 2021 1 commit
-
-
hwangjeff authored
-
- 28 Jun, 2021 1 commit
-
-
Caroline Chen authored
-
- 24 Jun, 2021 1 commit
-
-
Caroline Chen authored
-
- 22 Jun, 2021 1 commit
-
-
dgenzel2 authored
Following https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/notes/inference_mode.rst#migration-guide-from-autononvariabletypemode Resolves #1522
-
- 24 May, 2021 1 commit
-
-
Denis Kokarev authored
-
- 20 May, 2021 1 commit
-
-
Caroline Chen authored
-
- 19 May, 2021 1 commit
-
-
Caroline Chen authored
-
- 06 May, 2021 3 commits
-
-
Caroline Chen authored
-
Chin-Yun Yu authored
-
Caroline Chen authored
-
- 30 Apr, 2021 1 commit
-
-
Caroline Chen authored
Replace the prototype RNNT implementation (using warp-transducer) with one without external library dependencies
-
- 17 Mar, 2021 1 commit
-
-
prarabdh9909 authored
-
- 16 Mar, 2021 1 commit
-
-
Caroline Chen authored
-
- 15 Mar, 2021 2 commits
-
-
chin yun yu authored
-
Isaac Seessel authored
-
- 12 Mar, 2021 1 commit
-
-
Jason Hurt authored
-
- 08 Mar, 2021 2 commits
-
-
moto authored
`SOX_SIGNED_16BIT_TO_SAMPLE` and `SOX_SIGNED_32BIT_TO_SAMPLE` uses left shift on signed integers, (negative values) which is UB. This PR replaces them (and other sox macros for `uint8` and `float` as well) with Tensor operations.
-
moto authored
* Fix install location and suffix for Windows
-
- 05 Mar, 2021 1 commit
-
-
Caroline Chen authored
-
- 04 Mar, 2021 1 commit
-
-
moto authored
-
- 03 Mar, 2021 2 commits
-
-
chin yun yu authored
-
Caroline Chen authored
-
- 02 Mar, 2021 1 commit
-
-
Caroline Chen authored
-
- 24 Feb, 2021 3 commits
-
-
Prabhat Roy authored
-
Prabhat Roy authored
Some audio formats like `gsm` does not have valid frame numbers when opened. But `libsox` can properly handle these audios, so checking if `length > 0` is not necessary and too strict.
-
Bhargav Kathivarapu authored
-
- 23 Feb, 2021 2 commits
-
-
Francisco Massa authored
-
Francisco Massa authored
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/51319 We were going out of our way to accommodate `IValue::to<Tensor>` returning a copy of the inner Tensor. `IValue::toTensor` is capable of returning a reference without copying, so if we use it directly, we can allow kernels that want to take `Tensor &` to do so! As a bonus, we get reduced build times. ghstack-source-id: 121378961 Reviewed By: bhosmer Differential Revision: D26138549 fbshipit-source-id: b0f830527da360c542c815bef2f7e1692615b32a Co-authored-by:
Scott Wolchok <swolchok@fb.com>
-
- 20 Feb, 2021 2 commits
- 19 Feb, 2021 2 commits
-
-
SJ authored
-
Eli Uriegas authored
After a9f5e7229 was merged into upstream pytorch the passing of references within torch c extension functions is no longer allowed. This just removes the reference and passes by value instead. Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
- 18 Feb, 2021 1 commit
-
-
Prabhat Roy authored
-
- 16 Feb, 2021 1 commit
-
-
Prabhat Roy authored
-
- 12 Feb, 2021 2 commits
- 09 Feb, 2021 1 commit
-
-
moto authored
-
- 08 Feb, 2021 1 commit
-
-
moto authored
-
- 04 Feb, 2021 2 commits