- 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>
-
- 01 Aug, 2019 2 commits
-
-
Edward Z. Yang authored
Signed-off-by:Edward Z. Yang <ezyang@fb.com>
-
jamarshon authored
-
- 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 4 commits
-
-
jamarshon authored
-
jamarshon authored
-
jamarshon authored
-
Kiran Sanjeevan authored
-
- 22 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 16 Jul, 2019 2 commits
- 10 Jul, 2019 2 commits
- 03 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 02 Jul, 2019 1 commit
-
-
jamarshon authored
-
- 18 Jun, 2019 1 commit
-
-
jamarshon authored
-
- 06 Jun, 2019 1 commit
-
-
jamarshon authored
-
- 24 May, 2019 1 commit
-
-
jamarshon authored
-
- 22 May, 2019 2 commits
- 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 7 commits
-
-
David Pollack authored
-
David Pollack authored
-
David Pollack authored
-
David Pollack authored
-
David Pollack authored
-
David Pollack authored
-
David Pollack authored
-
- 20 Aug, 2018 1 commit
-
-
David Pollack authored
-
- 19 Aug, 2018 1 commit
-
-
David Pollack authored
-
- 09 May, 2018 1 commit
-
-
Peter Goldsborough authored
-
- 08 May, 2018 2 commits
-
-
Soumith Chintala authored
This reverts commit cfe3f296.
-
Edward Z. Yang authored
* Revert "Revert "Rewrote C code with C++ extensions" (#39)" This reverts commit 7236e3f4 . * Fix import error of C extension Signed-off-by:
Edward Z. Yang <ezyang@fb.com>
-