- 17 Mar, 2021 3 commits
-
-
prarabdh9909 authored
-
Vincent QB authored
-
Caroline Chen authored
-
- 16 Mar, 2021 2 commits
-
-
Ankit Dobhal authored
-
Caroline Chen authored
-
- 15 Mar, 2021 5 commits
-
-
Caroline Chen authored
-
moto authored
-
chin yun yu authored
-
Isaac Seessel authored
-
discort authored
-
- 12 Mar, 2021 3 commits
-
-
Nicolas Hug authored
-
Jason Hurt authored
-
Rahul Amaram authored
-
- 10 Mar, 2021 2 commits
-
-
Mohamed Irfan authored
-
pw2406 authored
-
- 09 Mar, 2021 2 commits
-
-
Jcaw authored
* Change the name of the specgram named `waveform` `F.sliding_window_cmn` takes a spectrogram as input (of shape `(..., freq, time)`). However, this spectrogram is named `waveform`. This appears to be an error, so rename this (and the output tensor) to reflect that both are spectrograms. * Correct tensor description in docstring The output tensor of `F.sliding_window_cmn` is also a spectrogram. Update the description to reflect this.
-
Vincent QB authored
-
- 08 Mar, 2021 4 commits
-
-
Caroline Chen authored
-
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.
-
Krishna Kalyan authored
-
moto authored
* Fix install location and suffix for Windows
-
- 05 Mar, 2021 7 commits
-
-
Caroline Chen authored
-
Isaac Seessel authored
-
Caroline Chen authored
-
Aobo Yang authored
-
Isaac Seessel authored
-
hwangjeff authored
* Refactor Kaldi compatibility tests Co-authored-by:Jeff Hwang <jeffhwang@fb.com>
-
Jcaw authored
* Parameterize `test_sliding_window_cmn` * Extract test naming function * Pass a spectrogram to `F.sliding_window_cmn` * Set manual seed for remaining rand calls in suite
-
- 04 Mar, 2021 4 commits
-
-
hwangjeff authored
[ghstack-poisoned] Co-authored-by:Jeff Hwang <jeffhwang@fb.com>
-
Vincent QB authored
-
Jcaw authored
Parameterize `test_create_fb` so each set of values are tested independently. Also explicitly skip on older versions of librosa (< 0.7.2) when `norm="slaney"`.
-
moto authored
-
- 03 Mar, 2021 3 commits
-
-
chin yun yu authored
-
Prakashkumar Thiagarajan authored
-
Caroline Chen authored
-
- 02 Mar, 2021 5 commits
-
-
Vincent QB authored
-
Caroline Chen authored
-
Maja Bojarska authored
-
Vincent QB authored
-
Jeff Yang authored
-