"vscode:/vscode.git/clone" did not exist on "9016fef560650b53e995a46dc8a55ee136cbd073"
- 08 Jun, 2020 3 commits
-
-
moto authored
-
Bhargav Kathivarapu authored
* Make `_generate_wave_table` device and dtype aware. Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
Bhargav Kathivarapu authored
* kaldi compliance files cleanup for spec, fbank, mfcc * kaldi compliance tests removal for spec, fbank, mfcc Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
- 05 Jun, 2020 5 commits
-
-
moto authored
-
moto authored
-
moto authored
* also deletes duplicated func
-
moto authored
For better cohesion and coupling, move sox_effects related functions to sox_effects module. Then perform initialization in __init__.py. See the following for cohesion and coupling. https://en.wikipedia.org/wiki/Coupling_(computer_programming)
-
moto authored
* Replace `backed_guard` with `requires_module` * Remove backend_guard
-
- 04 Jun, 2020 6 commits
-
-
moto authored
-
Bhargav Kathivarapu authored
* Migrate spectrogram * Update spectrogram in kaldi.py to support device and dtype * Remove failing tests Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
moto authored
-
moto authored
* Add version compatibility matrix
-
moto authored
-
Bhargav Kathivarapu authored
* Fix device/dtype compatibility of Kaldi mfcc * Migrate Kaldi mfcc test * Remove failing tests Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
- 03 Jun, 2020 3 commits
-
-
jimchen90 authored
* Add bass with biquad * Update functional.py Add the normalization coefficients * Update test_sox_compatibility.py In test_sox_compatibility.py file, I add two bass tests: one test sets gain = 30, atol = 1e-4, the other sets gain = 40, atol = 1.5e-4. The details can be seen in pytorch#676 * Update torchscript_consistency_impl.py Add torchscript test * Add flake8 test Co-authored-by:Ji Chen <jimchen90@devfair0160.h2.fair>
-
moto authored
-
Bhargav Kathivarapu authored
* Migrate fbank tests * Update CCI job environment * Remove invalid test cases Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-
- 02 Jun, 2020 3 commits
-
-
Emmanouil Theofanis Chourdakis authored
* Added the popular GTZAN dataset: * Added the GTZAN class in torchaudio.datasets using the same format as the rest of the datasets. * Added the appropriate test function in test_datasets.py. * Added the GTZAN class in the datasets.rst documentation file. * Addressed review issues in PR #668 * Added dummy noise .wav in `test/assets/` * Removed transforms of input and output from the dataset `__init__` function, as well as the corresponding methods. * Replaced rendundant `filtered` and `subset` methods from class initialization and also changed the corresponding assertion message. * Fixed E303: too many blank lines error * Added GTZAN to __init__.__all__ * Fixed incorrectly not importing GTZAN * removed duplicate warning * lint Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
Mike Ruberry authored
* Updates test_transform.py to no longer perform floor division using torch.div This will prevent this test from breaking when torch.div is updating to throw a runtime error when it would have performed floor division. * flake8 Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
Bhargav Kathivarapu authored
* Add flanger to functional Signed-off-by:
Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com> * Add random seed Signed-off-by:
Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com> * fix flanger Signed-off-by:
Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com> * shape * Change bool arguments to strings Signed-off-by:
Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com> * Refactor tests Signed-off-by:
Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com> Co-authored-by:
Vincent QB <vincentqb@users.noreply.github.com>
-
- 01 Jun, 2020 2 commits
- 29 May, 2020 1 commit
-
-
Emmanouil Theofanis Chourdakis authored
* Add info on README.md for #666 Added a simple command what to do when coming across undefined reference errors when trying to build from specific linux+anaconda configurations.
-
- 28 May, 2020 1 commit
-
-
moto authored
* Separate style check from unit test * TEST flake8 fail * TEST clang-format fail * Revert "TEST flake8 fail" This reverts commit 88d90185cefe294b9a662129a05c2e26a9844fe4. * Revert "TEST clang-format fail" This reverts commit 93517d1ccba650a6ccd813268fd73a4fd63b252c.
-
- 27 May, 2020 3 commits
-
-
moto authored
-
moto authored
* Clean up extension build mechanism and extension location * Add back the switch to depend on external sox * Remove print * Fix
-
Vincent QB authored
* make parameter optional string. * raise error if incorrect parameter choice. * test with slaney.
-
- 26 May, 2020 1 commit
-
-
guyang3532 authored
-
- 21 May, 2020 2 commits
- 20 May, 2020 2 commits
- 18 May, 2020 1 commit
-
-
moto authored
1. Docker image used for smoke test is old (No Python 3.8). Updating this to the latest one. build [here](https://app.circleci.com/pipelines/github/pytorch/audio/1763/workflows/56c846a5-acaa-41a7-92f5-46ec66186c61/jobs/44484) 2. Add `latest` tag to the newly built docker so that later we can always use `latest` version and we do not have to update docker image tag manually.
-
- 16 May, 2020 1 commit
-
-
peterjc123 authored
* Add windows binary jobs * Make wheel package platform-specific and python-version-specific
-
- 15 May, 2020 5 commits
-
-
moto authored
-
moto authored
-
moto authored
Currently there is no CUDA device for regular FB's infra, where `torchaudio`'s tests are ran. Skipping these tests consistently raises a flag so we decided to split the tests into runnable and not-runnable on file-level.
-
moto authored
-
moto authored
This PR - Changes the location of C++ codes from - from `torchaudio/torch_sox.cpp` to `torchaudio/csrc/sox.cpp` - from `torchaudio/torch_sox.h` to `torchaudio/csrc/sox.h` - Changes the location where the resulting library is placed - from `_torch_sox.so` (outside of `torchaudio` module) to `torchaudio/_torchaudio.so`.
-
- 14 May, 2020 1 commit
-
-
moto authored
-