- 08 Oct, 2021 1 commit
-
-
hwangjeff authored
-
- 02 Aug, 2021 1 commit
-
-
yangarbiter authored
-
- 02 Mar, 2021 1 commit
-
-
Caroline Chen authored
-
- 24 Feb, 2021 1 commit
-
-
Prabhat Roy authored
-
- 08 Feb, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 05 Jan, 2021 6 commits
-
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
Aziz authored
-
Aziz authored
-
Aziz authored
-
Aziz authored
* improve commonvoice test * update yesno test * refactor commonvoice dataset unittest
-
- 30 Dec, 2020 4 commits
- 27 Dec, 2020 1 commit
-
-
Aziz authored
Resolves #1125 where dataset metadata does not contain an extension.
-
- 21 Dec, 2020 1 commit
-
-
Aziz authored
The use of `walk_files` made it ambiguous who is responsible to locate the correct set of files. (Dataset class? or utility?) In fact, just glob-ing everything is not the right problem being solved in implementing Dataset, because if you have a specific dataset you consider to access, then the directory structure and file locations are determined. No need to do arbitral number of recursions. Each Dataset implementation should be glob-ing the right set of files it requires.
-
- 18 Dec, 2020 1 commit
-
-
moto authored
* Removes code for download logics * [BC-breaking] Changes the meaning of `root` argument to the exact directory of the dataset * Deprecates the constructor arguments for download and subdirectory construction
-
- 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`)
-