- 26 Feb, 2021 2 commits
-
-
Vincent QB authored
-
chin yun yu 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 5 commits
-
-
Eli Uriegas authored
Numpy is a dependency of pytorch so we should let it get resolved as it install pytorch Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
Francisco Massa authored
-
moto authored
* Fix fileobj I/O undeterministic behavior Ever since the file-like object support was added in #1158, the test was occasionally failing in CI. This PR fixes this.
-
Prabhat Roy 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>
-
- 22 Feb, 2021 1 commit
-
-
Jcaw authored
-
- 21 Feb, 2021 1 commit
-
-
Aziz authored
-
- 20 Feb, 2021 3 commits
-
-
SJ authored
-
SJ authored
-
Vincent QB authored
This reverts commit 93950302.
-
- 19 Feb, 2021 4 commits
-
-
SJ authored
Remove duplicate --bits command line parameter. It's producing a warning with sox.
-
Eli Uriegas authored
Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
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
-
- 17 Feb, 2021 1 commit
-
-
Matti Picus authored
-
- 16 Feb, 2021 1 commit
-
-
Prabhat Roy authored
-
- 15 Feb, 2021 4 commits
-
-
George Harding authored
-
moto authored
-
Aziz authored
-
moto authored
-
- 12 Feb, 2021 3 commits
- 11 Feb, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 10 Feb, 2021 3 commits
-
-
Chih-Hsuan Yen authored
Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
Vincent QB authored
-
jieruan authored
-
- 09 Feb, 2021 4 commits
-
-
moto authored
-
Prabhat Roy authored
-
moto authored
-
Nicolas Hug authored
Co-authored-by:moto <855818+mthrok@users.noreply.github.com>
-
- 08 Feb, 2021 2 commits
-
-
moto authored
-
Krishna Kalyan authored
-