- 02 Jun, 2020 1 commit
-
-
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 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 2 commits
-
-
moto authored
* Add one fbank compatibility test * Update util
-
Bhargav Kathivarapu authored
Signed-off-by:Bhargav Kathivarapu <bhargavkathivarapu31@gmail.com>
-