- 12 Jan, 2021 2 commits
-
-
moto authored
- 11 Jan, 2021 2 commits
-
-
Vincent QB authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 09 Jan, 2021 2 commits
- 08 Jan, 2021 3 commits
-
-
moto authored
-
Nicolas Hug authored
-
Krishna Kalyan authored
Also replaces `assert_allclose` with `assertEqual`. Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
- 07 Jan, 2021 3 commits
-
-
Vincent QB authored
-
moto authored
-
Vincent QB authored
-
- 06 Jan, 2021 2 commits
- 05 Jan, 2021 8 commits
-
-
Vincent QB authored
-
moto authored
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
Krishna Kalyan authored
Co-authored-by:krishnakalyan3 <skalyan@cloudera.com>
-
Aziz authored
-
Aziz authored
-
Aziz authored
-
Aziz authored
* improve commonvoice test * update yesno test * refactor commonvoice dataset unittest
-
- 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
-