- 01 Jun, 2022 1 commit
-
-
Sean Kim authored
Summary: Checks download flag and raises error when dataset is missing given download flag exists. Unit tested manually. edit: Changed path to check as well as comment that is returned. Pull Request resolved: https://github.com/pytorch/audio/pull/2430 Reviewed By: carolineechen Differential Revision: D36815729 Pulled By: skim0514 fbshipit-source-id: f062db7919271665b88ec9754d85cfa83b4f6fa3
-
- 10 May, 2022 1 commit
-
-
Caroline Chen authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2371 Reviewed By: xiaohui-zhang Differential Revision: D36246167 Pulled By: carolineechen fbshipit-source-id: 23042a1c393711864a18c9815d248c18d1d258b4
-
- 23 Dec, 2021 1 commit
-
-
Joao Gomes authored
Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/2096 run: `arc lint --apply-patches --paths-cmd 'hg files -I "./**/*.py"'` Reviewed By: mthrok Differential Revision: D33297351 fbshipit-source-id: 7bf5956edf0717c5ca90219f72414ff4eeaf5aa8
-
- 22 Dec, 2021 1 commit
-
-
Joao Gomes authored
Summary: - Deprecates data utils (with warning that will be removed in v0.12) - replaces all usages of `torchaudio.datasets.utils.download_url` with `torch.hub.download_url_to_file` - replaces all MD5 hashes with SHA256 hash #Addresses https://github.com/pytorch/audio/issues/1883 Pull Request resolved: https://github.com/pytorch/audio/pull/2073 Reviewed By: mthrok Differential Revision: D33241756 Pulled By: jdsgomes fbshipit-source-id: 49388ec5965bfc91d9a1d8d0786eeafb2969f6cf
-
- 18 Oct, 2021 1 commit
-
-
Caroline Chen authored
-
- 08 Feb, 2021 1 commit
-
-
Krishna Kalyan authored
-
- 26 Jan, 2021 1 commit
-
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 19 Dec, 2020 1 commit
-
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 16 Nov, 2020 1 commit
-
-
Bhargav Kathivarapu authored
-
- 02 Oct, 2020 1 commit
-
-
moto authored
-
- 27 Jul, 2020 1 commit
-
-
Lawrence Chen authored
Co-authored-by:lawrencechen <lawrencechen@devvm3189.vll0.facebook.com>
-
- 21 Apr, 2020 1 commit
-
-
Bhargav Kathivarapu authored
* add checksums * checksum function changes * function Docstring change * checksums moved to Dataset Modules
-
- 06 Apr, 2020 1 commit
-
-
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>
-
- 20 Feb, 2020 1 commit
-
-
Taras Sereda authored
* LJ Speech dataset * refactoring as per @vincentqb's suggestions
-