- 14 Feb, 2020 1 commit
-
-
Vincent QB authored
-
- 22 Jan, 2020 1 commit
-
-
Vincent QB authored
-
- 13 Jan, 2020 2 commits
-
-
Vincent QB authored
* extend batch support closes #383 * function for batch test. * set seed. * adjust tolerance for griffinlim.
-
Vincent QB authored
* fix power of spectrogram. makes power a float. closes #389 * commenting out failing test. * change skip test logic for librosa. closes #373
-
- 26 Dec, 2019 2 commits
-
-
Oktai Tatanov authored
* test with jit. * test passed after adding annotation, and removing get_default_dtype * fix conversion error. * moving test to transform. * reverting to original test. * move type. * math.gcd added in python 3.5. Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
Charles J.Y. Yoon authored
* Griffin-Lim Transformation Implementation * Griffin-Lim Docs * Remove f-string from backwards compatibility * iSTFT is now jit-able. * Comment changes * Functional Implementation & now jitable * flake8 * Doc & GPU Fix * Librosa comparison test * test directly griffinlim's output. tighter atol. * matching signature to docstring. Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
- 18 Dec, 2019 1 commit
-
-
Vincent QB authored
Skip librosa consistency test. unittest need one-line skip condition.
-
- 21 Nov, 2019 1 commit
-
-
Vincent QB authored
* sync docs with functionals. * Adding transforms to documentations. Moving augmentations in transforms.
-
- 20 Nov, 2019 1 commit
-
-
Vincent QB authored
* nn.Module. * generalizing spectrogram test. * adding test to compile functionals. * add cuda/cpu compilation test. * adding transform test. * remove standalone jit file. * update mel scale. * remove script decorator. * apply to augmentations too.
-
- 18 Nov, 2019 2 commits
-
-
Vincent QB authored
* batching for transforms. * test for batching. * update readme.
-
Vincent QB authored
* STFT transform and function from #285 * merge options in existing functionality. * remove dimension 2 check. add test. * using ... * update spectrogram test.
-
- 19 Sep, 2019 1 commit
-
-
Vincent QB authored
* compute deltas. * multichannel, and random test. * documentation. * feedback. changing name of window to win_length. * passing padding mode.
-
- 20 Aug, 2019 1 commit
-
-
jamarshon authored
-
- 02 Aug, 2019 1 commit
-
-
Edward Z. Yang authored
- Apply __future__ imports uniformly (future division is the biggy, but absolute imports mattered too) - Hotfix use of tempfile.TemporaryDirectory using a BC library (DO NOT add this library as a dependency to torchaudio; it's only for testing) - Replace math.gcd with fractions.gcd - Fix a weird pytest collection bug involving parametrized tests - Turn on Python 2 and Python 3.7 in Travis. Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 30 Jul, 2019 1 commit
-
-
Edward Z. Yang authored
This makes it easier to test against an installed wheel, as the torchaudio folder is no longer preferentially picked up when you run a test module. I had to move all tests in subfolders into the top level test directory to make this work, since you can't access .. modules without mucking around with sys.path (which I don't want to do.) NB: this BREAKS the syntax where you can run a test by saying `python -m test.test`. Instead, do `python test/test.py` or use the pytest runner. Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
- 26 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 24 Jul, 2019 3 commits
- 16 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 10 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 06 Jun, 2019 1 commit
-
-
jamarshon authored
-
- 24 May, 2019 1 commit
-
-
jamarshon authored
-
- 22 May, 2019 1 commit
-
-
jamarshon authored
-
- 20 May, 2019 1 commit
-
-
Jason Lian authored
-
- 21 Feb, 2019 1 commit
-
-
PCerles authored
* saving commit * more fixes * Update test.py * flake8 style, tests moved * typo * DCT now a method of MFCC class. Changed DCT impelementation to @dhpollack suggestion" * changes to address pr comments * ordering * fix dct docstring * fix dct docstring * DCT matrix needs to go on same device * DCT matrix needs to go on same device * log mfcc option
-
- 11 Feb, 2019 1 commit
-
-
David Pollack authored
-
- 07 Feb, 2019 1 commit
-
-
Jeremy Howard authored
Rename classes in line with PyTorch standards. Remove redundent slow librosa-based `MEL`. Add missing docstring params. (#78) * Bug fix: Use correct device for MEL2 functions so MEL2 works on CUDA tensors * Rename classes in line with PyTorch standards. Remove redundent slow librosa-based `MEL`. Add missing docstring params. * fix param names
-
- 05 Jan, 2019 1 commit
-
-
David Pollack authored
-
- 04 Jan, 2019 2 commits
-
-
David Pollack authored
-
David Pollack authored
-
- 25 Dec, 2018 1 commit
-
-
David Pollack authored
-
- 19 Aug, 2018 1 commit
-
-
David Pollack authored
-
- 26 Apr, 2018 1 commit
-
-
David Pollack authored
-
- 23 Jan, 2018 2 commits
-
-
vishwakftw authored
-
Soumith Chintala authored
-
- 15 Jan, 2018 1 commit
-
-
David Pollack authored
-
- 18 Dec, 2017 1 commit
-
-
Soumith Chintala authored
-
- 23 Oct, 2017 1 commit
-
-
Raffaele Sena authored
A couple of places that are not completely python2 compatible (missing 'from __future__' import print_function
-
- 15 Sep, 2017 1 commit
-
-
David Pollack authored
-