- 14 May, 2020 3 commits
-
-
moto authored
-
Vincent QB authored
* add slaney normalization. * add torchscript. * convert to string for torchscript compatibility. * flake8. * use string as default.
-
Vincent QB authored
* backend change instructions in readme. * link to installation instructions.
-
- 13 May, 2020 5 commits
-
-
moto authored
-
peterjc123 authored
* Enable CUDA tests for Windows * Add back branch filters
-
tbright17 authored
-
moto authored
-
Fangjun Kuang authored
Fix #628
-
- 12 May, 2020 1 commit
-
-
moto authored
* Make fbank support cuda * Reduce rtol for kaldi * fix test * fix flake8
-
- 08 May, 2020 1 commit
-
-
moto authored
* Introduce common utility for defining test matrix for device/dtype * Make resample_waveform support float64 * Mark lfilter related test as xfail when float64 * fix
-
- 06 May, 2020 3 commits
-
-
kunalb6 authored
Co-authored-by:Kunal Bhandari <bkunal@fb.com> Closes #610
-
moto authored
-
moto authored
* Add GPU test * Run only on master
-
- 05 May, 2020 1 commit
-
-
Tomás Osório authored
-
- 04 May, 2020 3 commits
-
-
moto authored
-
moto authored
-
peterjc123 authored
* Turn on tests when building through conda-build * skip one failling test on windows. * Switch to unittest * Fix conda env activation * add linux only condition * Fix librosa installation * conda-forge channel as a fallback * Revert "conda-forge channel as a fallback" This reverts commit 8c15f6638e34792640a3de3e057d9c2995425180. * Try the pytorch way * Use conda-forge * Disable conda-forge * Install future at setup env * Move linux unittest CI job tools to dedicated directory * Restore Linux scripts and move the updated souces to a new subdir * Add back future * Remove comments Co-authored-by:
Vincent Quenneville-Belair <vincentqb@gmail.com> Co-authored-by:
moto <855818+mthrok@users.noreply.github.com>
-
- 02 May, 2020 1 commit
-
-
moto authored
* Bust cache weekly * Rename directory for utility * Show 20 slowest tests * fixup! Show 20 slowest tests
-
- 01 May, 2020 3 commits
-
-
moto authored
* Add one fbank compatibility test * Update util
-
Bhargav Kathivarapu authored
Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
moto authored
* Add README for test * Apply review feedback * Add description to test_dataloader
-
- 30 Apr, 2020 3 commits
-
-
Ryuichi Yamamoto authored
* lfilter: add an optional arg `clamp` to give users control on the clamping behavior within the range [-1, 1], which was hardcoded before. Fixes #596 * doc string formatting * lint * doc string again Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
Jan Schlüter authored
* Allow zero momentum in Griffin-Lim * Skip momentum in Griffin-Lim if zero
-
Artyom Astafurov authored
-
- 29 Apr, 2020 4 commits
- 28 Apr, 2020 3 commits
-
-
Tomás Osório authored
* add wav2letter model * add unit_test to model * add docstrings * add documentation * fix minor error, change logic on forward * update padding same with ceil * add inline typing and minor fixes to docstrings * remove python2 * add formula do docstrings, change param name * add test with mfcc, add pytest * fix bug, update docstrings * change parameter name
-
Artyom Astafurov authored
* initial test, stub function, transform and docstring * add draft working implementation, update docstrings * merge VadSate into Vad calss, move Channel into Vad class * remove functional stub for vad * add wav file for test * refactor _measure() to improve performance * rename argument * replace copy_ with assignment * refactor init, update documentation, update test for readability * clean up default values * move code from transforms.py to funtional.py and integrate state into a function * remove Channel state class * fix calcuation of a flush point * make multiple channels work * clean up multi-channel, update test * rename variables and re-org arguments for _measure * fix linting errors * add torchscript consistency test and fix errors * support and test batch consistency, fix normalization * update documentation, switch torchscript consistancy test to use transform to improve coverage * fix linting errors * remove un-used imports * address PR comments * add doc references into rst
-
moto authored
-
- 27 Apr, 2020 1 commit
-
-
Vincent QB authored
* formatting. * update datasets.
-
- 25 Apr, 2020 1 commit
-
-
moto authored
-
- 24 Apr, 2020 6 commits
-
-
moto authored
* Add safeguard to SoX initialization/shutdown * Initialize SoX automatically when it's needed
-
moto authored
-
moto authored
-
moto authored
Nightly smoke test is failing for Python 3.8 as conda environment does not exist.
-
Vincent QB authored
-
moto authored
* wip * Add test * add caching * fixup! add caching * fixup! fixup! add caching
-
- 23 Apr, 2020 1 commit
-
-
moto authored
-