- 06 Apr, 2020 4 commits
-
-
moto authored
-
moto authored
* grep -l 'torch.allclose' -r test | xargs sed -i 's/assert torch.allclose/torch.testing.assert_allclose/g' * grep -l 'torch.allclose' -r test | xargs sed -i 's/self.assertTrue(torch.allclose(\(.*\)))/torch.testing.assert_allclose(\1)/g' * Fix missing atol/rtol, wrong shape, argument order. Remove redundant shape assertions
-
moto authored
-
Tomás Osório authored
* add CommonDataset Inline typing * inline Typing librispeech * add inline typing ljspeech * add inline typing speechcommands * add inline typing to vctk * add inline typing yesno * apply type to __getitem__ Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
- 03 Apr, 2020 10 commits
-
-
moto authored
* Fix Fade device compatibility
-
Vincent QB authored
-
moto authored
-
moto authored
* Fix test_compute_deltas_twochannels * Fix 3batch test helper
-
moto authored
-
moto authored
-
Tomás Osório authored
* fix download * fix reading tsv archive * add new languages * maintain same structure as other datasets * update CommonVoice Tests * fix * change directory name * remove extra line
-
moto authored
-
moto authored
-
moto authored
-
- 02 Apr, 2020 4 commits
-
-
Tomás Osório authored
* first stage * add inline typing * Fix typing and Flake8
-
moto authored
-
moto authored
-
Tomás Osório authored
* fix issue with VCTK dataset * update docstring * filter out folder p315 * add hidden except_folder has hidden variable * maintain structure * lint * remove space Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
- 01 Apr, 2020 5 commits
-
-
Tomás Osório authored
* add inline typing * correct typing and docstring * remove inline typing Any on SoxEffect
-
moto authored
-
peterjc123 authored
-
Tomás Osório authored
* add inline typing * update type hinting * update typing * sync the docstrings typing * reorder imports, add typing to missing method * add missing parenthesis
-
Bhargav Kathivarapu authored
-
- 31 Mar, 2020 2 commits
-
-
Tomás Osório authored
* add typing to functional * fix minor things * fix flake8
-
moto authored
-
- 30 Mar, 2020 4 commits
-
-
moto authored
-
Vincent QB authored
* testing with sox only when sox is available. * use wav instead of mp3 for testing functions. * typo. * guard against not sox. * backends definition. * grouping backend functions into a separate file. * remove duplicated code. * requires sox. * replace by wav, requires sox. * require with scope. * undo alignment. * requires sox for these two, because of mp3. * no longer need first mp3. * cleaning. * new wav version of file. * flake8. * remove unnecessary load. * flake8. * lint. * lint. * revert formatting of file. * merging into common_utils. * docstring. * rename to common_utils.
-
moto authored
* Remove __future__ from torachaudio * remove double space Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-
moto authored
-
- 25 Mar, 2020 2 commits
-
-
Tomás Osório authored
* add functional DB_to_amplitude * add test scriptmodule * add test db_to_amplitude * add tests * improve docstrings, move ref for easier use
-
rvdmaazen authored
-
- 24 Mar, 2020 3 commits
-
-
Bhargav Kathivarapu authored
-
Tomás Osório authored
* Add Vol with gain_type amplitude * add gain in db and add tests * add gain_type "power" and tests * add functional DB_to_amplitude * simplify * remove functional * improve docstring * add to documentation
-
tuxzz authored
-
- 23 Mar, 2020 1 commit
-
-
Tomás Osório authored
-
- 17 Mar, 2020 1 commit
-
-
Bhargav Kathivarapu authored
* Add bandpass to functional.py * Add bandpass and bandreject to functional * change name to const_skirt_gain Co-authored-by:
Bhargav Kathivarapu <ka387861@L-156168835.local> Co-authored-by:
Vincent Quenneville-Belair <vincentqb@gmail.com>
-
- 13 Mar, 2020 1 commit
-
-
Tomás Osório authored
-
- 10 Mar, 2020 3 commits
-
-
Eli Uriegas authored
pjh5 is a former employee so we should switch over to using a bot token. Should resolve nightly pipeline failing on upload. Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
Tomás Osório authored
-
Tomás Osório authored
* add basics for Fade * add fade possibilities: at start, end or both * add different types of fade * add docstrings, add overriding possibility * remove unnecessary logic * correct typing * agnostic to batch size or n_channels * add batch test to Fade * add transform to options * add test_script_module * add coherency with test batch * remove extra step for waveform_length * update docstring * add test to compare fade with sox * change name of fade_shape * update test fade vs sox with new nomenclature for fade_shape * add Documentation Co-authored-by:Vincent QB <vincentqb@users.noreply.github.com>
-