- 05 Jan, 2021 2 commits
- 04 Jan, 2021 1 commit
-
-
Vincent QB authored
-
- 30 Dec, 2020 4 commits
- 27 Dec, 2020 2 commits
- 23 Dec, 2020 2 commits
- 22 Dec, 2020 3 commits
-
-
moto authored
-
Samuel Marks authored
- 21 Dec, 2020 2 commits
-
-
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.
-
Eli Uriegas authored
There's an issue with the CUDA 11.0 package for conda with conda-package-handling that relates to https://github.com/conda/conda-package-handling/issues/71 This should fix issues with the conda smoke testing we encountered previously. Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
- 19 Dec, 2020 3 commits
-
-
Jcaw authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 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
-
- 17 Dec, 2020 4 commits
-
-
Matti Picus authored
-
Matti Picus authored
-
Matti Picus authored
-
moto authored
* Resolves https://github.com/pytorch/audio/issues/1095
-
- 15 Dec, 2020 2 commits
-
-
Krishna Kalyan authored
- yesno - librispeech - libritts - speechcommands Co-authored-by:
krishnakalyan3 <skalyan@cloudera.com> Co-authored-by:
Vincent Quenneville-Belair <vincentqb@gmail.com>
-
Matti Picus authored
-
- 14 Dec, 2020 1 commit
-
-
ILJI CHOI authored
-
- 11 Dec, 2020 2 commits
-
-
moto authored
-
- 08 Dec, 2020 2 commits
-
-
moto authored
* Import torchaudio #1034 70f429a4 Summary: Import torchaudio #1027 0cf4b8a9 Reviewed By: vincentqb, cpuhrsch Differential Revision: D24958707 fbshipit-source-id: d06dd6b59197cc2c16bec5a9012cbf33a172b6b3 * Import torchaudio #1066 4406a6bb Summary: Import up to #1066 Reviewed By: cpuhrsch Differential Revision: D25373068 fbshipit-source-id: 890d36a25259b93428b3037c3123ff5a2cacfa04
-
moto authored
-
- 04 Dec, 2020 2 commits
-
-
moto authored
-
Krishna Kalyan authored
* Add griffinlim and DB_to_amplitude * Fix Dataset docstring * Fix other formatting Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 03 Dec, 2020 1 commit
-
-
Vincent QB authored
no longer allow to download the dataset directly. deprecate: download and url. add language.
-
- 02 Dec, 2020 1 commit
-
-
ProGamerGov authored
-
- 01 Dec, 2020 1 commit
-
-
moto authored
-
- 20 Nov, 2020 4 commits
-
-
Jcaw authored
-
Matti Picus authored
-
moto authored
Currently `libsox` on Linux is compiled with GPU OpenMP and it interferes with the version PyTorch uses (Intel in case of binary distribution). This PR disables OpenMP support for `libsox`, while we investigate the way to use the same OpenMP as PyTorch's version.
-
Vincent QB authored
-