- 11 Dec, 2020 1 commit
-
- 03 Dec, 2020 1 commit
-
-
Vincent QB authored
no longer allow to download the dataset directly. deprecate: download and url. add language.
-
- 18 Nov, 2020 2 commits
-
-
Bhargav Kathivarapu authored
-
Bhargav Kathivarapu authored
-
- 17 Nov, 2020 1 commit
-
-
Bhargav Kathivarapu authored
-
- 16 Nov, 2020 2 commits
-
-
Kshiteej K authored
Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
Bhargav Kathivarapu authored
-
- 13 Nov, 2020 3 commits
-
-
Kshiteej K authored
-
Bhargav Kathivarapu authored
Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
Kshiteej K authored
-
- 27 Oct, 2020 1 commit
-
-
Vincent QB authored
-
- 09 Oct, 2020 2 commits
-
-
Vincent QB authored
-
Vincent QB authored
and add test on other backend.
-
- 15 Sep, 2020 1 commit
-
-
Jaime Ferrando Huertas authored
-
- 20 Aug, 2020 1 commit
-
-
JianwuXu authored
* Tweak docstring, audio_ext, load method signature and constructor of VCTK_092 * Add test for VCTK_092 dataset.
-
- 05 Aug, 2020 1 commit
-
-
moto authored
We have been running unit test with editable installation. (i.e. `python setup.py develop`), with which we missed issues like #842. This CC makes installation in CI non-editable, and change test directory structure so that the source code will not shadow the installed version of `torchaudio`. With simple `pytest test`, `pytest` modifies `sys.path` and prepend checked out repository, which shadows the installed version. To remedy this, the whole test suites has been moved from `./test` to `./test/torchaudio_unittest`. This adds nice module structure to our test code and we can do absolute import in each test module, which makes it possible again to run test with `python -m unittest torchaudio_unittest/XXX.py` This change does not affect the regular development process (`python setup.py develop` && `pytest test`)
-