- 02 Feb, 2021 1 commit
-
-
Prabhat Roy authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
- 01 Feb, 2021 2 commits
-
-
moto authored
[`sox_format_t.tell_off`](https://fossies.org/dox/sox-14.4.2/structsox__format__t.html#a2016a9fa839f3139e3c2f64381b0c445) should be representing current offset in file, but there are cases it does not. This was causing segmentation fault in some cases. This PR fixes it by replacing it with `ftell` call and add extra check so that if the same thing should happen, it will throw runtime error instead of segmentation fault.
-
Nicolas Hug authored
-
- 30 Jan, 2021 1 commit
-
-
jieruan authored
-
- 29 Jan, 2021 3 commits
-
-
Vincent QB authored
fix 'file-does-not-end-in-newline' and typo.
-
moto authored
-
moto authored
-
- 28 Jan, 2021 1 commit
-
-
Caroline Chen authored
-
- 27 Jan, 2021 2 commits
- 26 Jan, 2021 3 commits
-
-
Fabian-Robert Stöter authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
moto authored
-
- 25 Jan, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 19 Jan, 2021 2 commits
-
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
Alexandre Défossez authored
-
- 15 Jan, 2021 1 commit
-
-
moto authored
* Support file-like object in save func * Disable CircleCI cache for TP artifacts for cleaner build
-
- 09 Jan, 2021 1 commit
-
-
moto authored
-
- 07 Jan, 2021 3 commits
-
-
Vincent QB authored
-
moto authored
-
Vincent QB authored
-
- 06 Jan, 2021 2 commits
- 05 Jan, 2021 1 commit
-
-
Vincent QB authored
-
- 27 Dec, 2020 2 commits
- 23 Dec, 2020 2 commits
- 22 Dec, 2020 1 commit
-
-
moto authored
-
- 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.
-
- 19 Dec, 2020 2 commits
-
-
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 1 commit
-
-
moto authored
* Resolves https://github.com/pytorch/audio/issues/1095
-
- 15 Dec, 2020 1 commit
-
-
Krishna Kalyan authored
- yesno - librispeech - libritts - speechcommands Co-authored-by:
krishnakalyan3 <skalyan@cloudera.com> Co-authored-by:
Vincent Quenneville-Belair <vincentqb@gmail.com>
-
- 14 Dec, 2020 1 commit
-
-
ILJI CHOI authored
-
- 11 Dec, 2020 2 commits
-
-
moto authored
-
- 08 Dec, 2020 1 commit
-
-
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
-