- 13 Apr, 2021 3 commits
-
-
Krishna Kalyan authored
-
moto authored
-
Jcaw authored
The VAD function trims the input tensor to the first instance of voice activity on any channel or item. Trimming batches this way may be undesirable as the item with earliest activity will dominate. Either way, the batch behaviour does not match the itemwise behaviour. The VAD batch consistency tests currently pass out of coincidence, but they specify incorrect behaviour. This commit removes them.
-
- 09 Apr, 2021 1 commit
-
-
moto authored
-
- 08 Apr, 2021 3 commits
-
-
Chin-Yun Yu authored
Use shorter input sequences to avoid time out error on CI
-
Mustafa Bal authored
-
moto authored
-
- 07 Apr, 2021 3 commits
-
-
moto authored
* Remove an invalid InverseMel comparison unit test Similar to #1426 `test_InverseMelScale` in `librosa_compatibility_test` is not ensuring the comaptibility to librosa. Having this test can give a wrong statement about the librosa numerical compatibility about the function. * Add test for InverseMelScale The new test compares the result of inverse mel scale against the reference spectrogram, so no need to use librosa. This test serves as more like an insurance that the change to the implementation of InverseMelScale only improves the result, not the other way.
-
Chin-Yun Yu authored
-
moto authored
-
- 06 Apr, 2021 8 commits
-
-
moto authored
This code was added as a part of investigation of inconsistent behavior of file-like object support. Now the investigation is done and this code does not provide much insight yet adding a bunch of lines to the log, so this PR removes it.
-
steveplazafb authored
Merges lfilter and spectrogram classes together in the common implementation and modifies the cpu and gpu test definitions accordingly
-
Chin-Yun Yu authored
This reverts commit 8d2eeb11.
-
Mustafa Bal authored
* Added CodeQL and Bandit security checks as GitHub Actions * Fixed renegerate jinja2 bug * Removed specific Bandit fixes
-
Mustafa Bal authored
-
Mustafa Bal authored
-
Chin-Yun Yu authored
-
Chin-Yun Yu authored
-
- 05 Apr, 2021 6 commits
-
-
Krishna Kalyan authored
-
Chin-Yun Yu authored
-
Chin-Yun Yu authored
-
Caroline Chen authored
-
Krishna Kalyan authored
-
Krishna Kalyan authored
-
- 02 Apr, 2021 4 commits
-
-
moto authored
* Update spectrogram to use complex * Update autograd test * Update TS test * Update librosa test
-
moto authored
1. `F.phase_vocoder` accepts Tensor with complex dtype. * The implementation path has been updated from #758 so that they share the same code path by internally converting the input Tensor to complex dtype and performing all the operation on top of it. * Adopted `torch.polar` for simpler Tensor generation from magnitude and angle. 2. Updated tests * librosa compatibility test for complex dtype and pseudo complex dtype * Extracted the output shape check test and moved it to functional so that it will be tested on all the combination of `{CPU | CUDA} x {complex64 | complex128}` * TorchScript compatibility test for `F.phase_vocoder` and `T.TimeStretch`. * batch consistency test for `T.TimeStretch`. -
Michael Melesse authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 31 Mar, 2021 2 commits
-
-
chin yun yu authored
-
moto authored
-
- 30 Mar, 2021 1 commit
-
-
parmeet authored
-
- 29 Mar, 2021 2 commits
-
-
Daniel Di Sarli authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 22 Mar, 2021 1 commit
-
-
Caroline Chen authored
This PR additionally adds batching to kaldi compliance resample interface.
-
- 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 1 commit
-
-
Caroline Chen authored
-