- 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
-
- 27 Dec, 2019 1 commit
-
-
Karl Ostmo authored
* Declare file encoding to support special characters * fix missing utf_8_encoder error in Travis tests * Py 2.7 backwards-compat iterator * ensure integer argument to torch.nn.functional.pad * cast match.ceil result as integer
-
- 26 Dec, 2019 1 commit
-
-
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>
-
- 23 Dec, 2019 1 commit
-
-
Charles J.Y. Yoon authored
* Fixed GPU tests
-
- 22 Nov, 2019 1 commit
-
-
Vincent QB authored
* fixing errors in docstring. * move batch to functional.
-
- 21 Nov, 2019 2 commits
-
-
Vincent QB authored
* sync docs with functionals. * Adding transforms to documentations. Moving augmentations in transforms.
-
Vincent QB authored
-
- 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.
-
- 21 Oct, 2019 1 commit
-
-
Vincent QB authored
-
- 25 Sep, 2019 1 commit
-
-
engineerchuan authored
* Fixed create_fb_matrix filter bank behavior for fmin/fmax * add better test for f_min close to f_max * added one more test for f_min > f_max * adding one more test
-
- 20 Sep, 2019 1 commit
-
-
Kiran Sanjeevan authored
* TimeStretch and Masking * Doc stuff and naming
-
- 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>
-
- 29 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 26 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 25 Jul, 2019 2 commits
- 24 Jul, 2019 3 commits
- 16 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 06 Jun, 2019 1 commit
-
-
jamarshon authored
-
- 20 May, 2019 2 commits
-
-
Jason Lian authored
-
Jason Lian authored
-
- 16 May, 2019 6 commits
-
-
Jason Lian authored
-
Jason Lian authored
-
Jason Lian authored
-
Jason Lian authored
-
Jason Lian authored
-
Jason Lian authored
-
- 06 Mar, 2019 1 commit
-
-
thirdformant 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 Feb, 2019 1 commit
-
-
Jeremy Howard authored
-
- 04 Feb, 2019 1 commit
-
-
Jeremy Howard authored
* Bug fix: ff top_db is None then can not check `top_db>0` * fix formatting
-
- 03 Feb, 2019 1 commit
-
-
Jeremy Howard authored
-
- 05 Jan, 2019 1 commit
-
-
David Pollack authored
-