- 09 Feb, 2021 2 commits
-
-
moto authored
-
Nicolas Hug authored
Co-authored-by:moto <855818+mthrok@users.noreply.github.com>
-
- 08 Feb, 2021 3 commits
-
-
moto authored
-
Krishna Kalyan authored
-
moto authored
-
- 04 Feb, 2021 5 commits
-
-
moto authored
* Switch to cmake for build * Hide symbols
-
jieruan authored
-
Jcaw authored
modified amplitude_to_DB to clamp per-item when a batch is provided Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
Prabhat Roy authored
-
moto authored
-
- 03 Feb, 2021 4 commits
-
-
moto authored
* Distinguish get_encodinginfo for Tensor I/O and save output * Isolate get_tensor_encodinginfo so as not to use the same helper function
-
Prabhat Roy authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
moto authored
So that when a test fails in flaky manner, we can look into the difference.
-
jieruan authored
-
- 02 Feb, 2021 4 commits
-
-
jieruan authored
-
Prabhat Roy authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Prabhat Roy authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Vincent QB authored
-
- 01 Feb, 2021 2 commits
-
-
moto authored
[`sox_format_t.tell_off`](https://fossies.org/dox/sox-14.4.2/structsox__format__t.html#a2016a9fa839f3139e3c2f64381b0c445) should be representing current offset in file, but there are cases it does not. This was causing segmentation fault in some cases. This PR fixes it by replacing it with `ftell` call and add extra check so that if the same thing should happen, it will throw runtime error instead of segmentation fault.
-
Nicolas Hug authored
-
- 30 Jan, 2021 1 commit
-
-
jieruan authored
-
- 29 Jan, 2021 4 commits
-
-
Vincent QB authored
fix 'file-does-not-end-in-newline' and typo.
-
moto authored
-
moto authored
-
moto authored
-
- 28 Jan, 2021 1 commit
-
-
Caroline Chen authored
-
- 27 Jan, 2021 2 commits
- 26 Jan, 2021 3 commits
-
-
Fabian-Robert Stöter authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
moto authored
-
- 25 Jan, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 21 Jan, 2021 5 commits
-
-
moto authored
* Do not install sox system-wide, so that it will never get mixed up with static one torchaudio builds * Do not install cmake system-wide * Move libsndfile installation to Docker image
-
moto authored
-
moto authored
-
moto authored
Changing the test Docker image for GPU tests to use Nvidia Docker `devel` image. This is necessary for #1187.
-
moto authored
TorchScript BC test checks that if dumped object from the previous version is compatible with the latest master. However, PyTorch does not guarantee backward compatibility of serialized TorchScript object across versions. Domain libraries do not guarantee this either.
-
- 20 Jan, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-