"packaging/vscode:/vscode.git/clone" did not exist on "df8d7767d0f47f7e6869b9d2f92a902c5cb6e03d"
- 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.
-
- 19 Aug, 2020 1 commit
-
-
Abhishek Dubey authored
* Added version 0.92 of VCTK dataset Signed-off-by:Abhishek Dubey <abhi.dubey011999@gmail.com>
-
- 20 Jul, 2020 1 commit
-
-
jimchen90 authored
* Add libritts Add LibriTTS dataset draft * Add libritts Use two separate ids for utterance_id. * Update output form Use full_id as utterance_id. * Update format Add space and test black format * Update test method * Add audio and text test Generate audio and test files on-the-fly in test * Update format * Fix test error and remove assets libritts The test error is fixed by sorting the file in 4th element instead of 2nd element in samples. Since the files are generated on-the-fly, so the the libritts files in assets are removed. * Add seed in `get_whitenoise` function * Change utterance to text Change `_utterance` to `_text`. Co-authored-by:Ji Chen <jimchen90@devfair0160.h2.fair>
-
- 10 Jun, 2020 1 commit
-
-
jimchen90 authored
* Add cmu_arctic dataset * add dataset name * update audio test file with whitenoise.wav file * add test text file * update text method and file name * update comment * change datasets order in doc * add line length Co-authored-by:Ji Chen <jimchen90@devfair0160.h2.fair>
-
- 02 Jun, 2020 1 commit
-
-
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>
-
- 27 Apr, 2020 1 commit
-
-
Vincent QB authored
* formatting. * update datasets.
-
- 18 Dec, 2017 1 commit
-
-
Soumith Chintala authored
-