- 22 May, 2021 1 commit
-
-
parmeet authored
* Remove `class FunctionalComplex` header accidentally re-introduced in #1490
-
- 21 May, 2021 1 commit
-
-
Artyom Astafurov authored
* Update VAD docstring and check for input shape length * Update docstring in forward for transform * Address review feedback: merge tests, update wording
-
- 20 May, 2021 1 commit
-
-
Caroline Chen authored
-
- 19 May, 2021 4 commits
-
-
Caroline Chen authored
-
Brian White authored
-
moto authored
Since the update of Xcode, some of HTTP tests are failing on macOS, due to `reqests.get` fails to establish a connection to local server. This change increase the wait time to 2 seconds before test starts.
-
Caroline Chen authored
-
- 14 May, 2021 1 commit
-
-
Borun Dev Chowdhury authored
-
- 12 May, 2021 1 commit
-
-
Kirill Ignatev authored
-
- 11 May, 2021 2 commits
-
-
discort authored
Co-authored-by:Vincent Quenneville-Belair <vincentqb@gmail.com>
-
Caroline Chen authored
-
- 06 May, 2021 3 commits
-
-
Chin-Yun Yu authored
-
Caroline Chen authored
-
moto authored
-
- 03 May, 2021 2 commits
-
-
Caroline Chen authored
It was reported in #1478 that spectrogram masking operations were done in-place and modified the original input tensors. This PR fixes this behavior and adds tests to ensure that the input tensor is not changed.
-
Pavithran Ramachandran authored
-
- 30 Apr, 2021 1 commit
-
-
Caroline Chen authored
Replace the prototype RNNT implementation (using warp-transducer) with one without external library dependencies
-
- 26 Apr, 2021 1 commit
-
-
Mark Saroufim authored
-
- 23 Apr, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 19 Apr, 2021 2 commits
-
-
dhthompson authored
- Put functional test logic into one place, `functional_impl.py` - Tidy imports
-
dhthompson authored
-
- 16 Apr, 2021 1 commit
-
-
moto authored
-
- 15 Apr, 2021 2 commits
-
-
Prabhat Roy authored
* Fixed floor_divide deprecation warnings seen in pytest output * Fixed warning in test_flanger_triangle_linear
-
moto authored
-
- 14 Apr, 2021 1 commit
-
-
moto authored
-
- 13 Apr, 2021 2 commits
-
-
Krishna Kalyan 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 2 commits
-
-
Chin-Yun Yu authored
Use shorter input sequences to avoid time out error on CI
-
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 2 commits
-
-
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
-
- 05 Apr, 2021 5 commits
-
-
Krishna Kalyan authored
-
Chin-Yun Yu authored
-
Caroline Chen authored
-
Krishna Kalyan authored
-
Krishna Kalyan authored
-