- 28 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 26 Apr, 2021 1 commit
-
-
Nicolas Hug authored
-
- 07 Apr, 2021 1 commit
-
-
Alessandro Melis authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 30 Mar, 2021 1 commit
-
-
Philip Meier authored
* add tests for (Dataset|Image)Folder * lint * remove old tests * cleanup * more cleanup * adapt tests * fix make_dataset * remove powerset * readd import
-
- 24 Mar, 2021 1 commit
-
-
Philip Meier authored
* factor out find_classes * use find_classes in video datasets * adapt old tests
-
- 15 Jan, 2021 1 commit
-
-
Ren Pang authored
* 'make_dataset' as staticmethod of 'DatasetFolder' * a better fix Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 07 Dec, 2020 1 commit
-
-
Robert-Jan Bruintjes authored
-
- 06 Nov, 2020 1 commit
-
-
Bruno Korbar authored
* initial docstring * Revert "initial docstring" This reverts commit 2bf68ca26e58096885901da0cfa330530974e731. * revert the formatting changes * clear up per Victor's comment * Addressing PR comments Co-authored-by:Bruno Korbar <korbar@vggdev9.vggdev.cluster>
-
- 31 Jul, 2020 1 commit
-
-
Philip Meier authored
-
- 29 Apr, 2020 1 commit
-
-
theonekeyg authored
-
- 27 Apr, 2020 1 commit
-
-
Philip Meier authored
* only display extensions if available * add tests * fix lint
-
- 16 Apr, 2020 1 commit
-
-
dwSun authored
-
- 01 Apr, 2020 1 commit
-
-
Philip Meier authored
-
- 30 Mar, 2020 1 commit
-
-
Fernando Pérez-García authored
* Improve code readability and docstring * Remove unused argument * Improve make_dataset() readability
-
- 18 Nov, 2019 1 commit
-
-
Tongzhou Wang authored
-
- 02 Sep, 2019 1 commit
-
-
Carrie authored
* fixed typo * fixed some more typos and grammer
-
- 19 Jul, 2019 1 commit
-
-
Philip Meier authored
* fixed call to the VisionDataset constructor * change call from keyword arguments to positional * changed order of arguments * removed transforms argument once again * Fixed call to constructor of parent class * fixed LSUN * fixed Caltech256
-
- 25 Apr, 2019 2 commits
-
-
Surgan Jandial authored
-
Dhananjay authored
* added is_valid_file option * small fixes * fixes * flake8 fixes * some test * flake8 fixes * improvements * modifications on tests * fixes * minor fix
-
- 12 Apr, 2019 1 commit
-
-
cormoran authored
* fix inconsistent behavior for ~ expression * remove duplicated code
-
- 05 Apr, 2019 1 commit
-
-
Ashok M authored
-
- 04 Apr, 2019 1 commit
-
-
Philip Meier authored
* introduced new super class for all vision datasets * Removed root from repr if dataset has no root * reverted some overly-ambitious autoformatting * reverted some overly-ambitious autoformatting * added split attribute to repr of STL10 dataset * made Python2 friendly and more robust * Fixed call of the superclass constructor * moved transform and target_transform back to the base classes * added check if transforms are present before printing to avoid setting them within the constructor * added missing transforms and target_transforms to base classes * fixed linter error
-
- 03 Apr, 2019 1 commit
-
-
James Hamm authored
str.endswith can take a single string, or a tuple of strings. This replaces a loop over each extension and a call to endswith with a single call to endswith passing in all the allowed extensions. This has the advantage that the loop over each extension is done in c rather than python, and the code is a little less verbose.
-
- 11 Feb, 2019 1 commit
-
-
Raphaël Courivaud authored
-
- 25 Jan, 2019 1 commit
-
-
lhenault authored
-
- 27 Jul, 2018 1 commit
-
-
David Wade authored
* Use scandir in _find_classes (#557) * fix lint
-
- 06 Jun, 2018 1 commit
-
-
Ernest Parke authored
* Addresses issue #145 as per @fmessa's suggestion. * Removed blank line for styling.
-
- 18 May, 2018 1 commit
-
-
Ben authored
-
- 17 May, 2018 1 commit
-
-
David Morton authored
* Add classes metadata to MNIST and FashionMNIST * Add `targets` property to MNIST and FashionMNIST * Add class metadata to CIFAR10/CIFAR100 * Add `targets` property to CIFAR10/CIFAR100 * Add targets attribute to DatasetFolder
-
- 04 Apr, 2018 1 commit
-
-
Calvin Lee authored
-
- 10 Mar, 2018 1 commit
-
-
Frédérik Paradis authored
* Adding tests to ImageFolder * Adding DatasetFolder class * Fix tests for pytest and code for lint checker * Adding mock to requirements for ImageFolder tests * Remove mocks from requirements
-
- 09 Mar, 2018 2 commits
-
-
Soumith Chintala authored
This reverts commit ab03dc43.
-
Frédérik Paradis authored
* Adding tests to ImageFolder * Adding DatasetFolder class * Fix tests for pytest and code for lint checker * Adding mock to requirements for ImageFolder tests
-
- 04 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for datasets * fix lint
-
- 06 Dec, 2017 1 commit
-
-
Alykhan Tejani authored
* add scale and ratio params to RandomResizedCrop.get_params * don't use Image as a context manager to avoid exceptions on close * flake8
-
- 06 Nov, 2017 1 commit
-
-
Jon Crall authored
is_image_file is now case insensitive Added docstring to is_image_file is_image_file now returns true for pgm files
-
- 02 Aug, 2017 1 commit
-
-
Gabriel Bianconi authored
-
- 02 Jul, 2017 1 commit
-
-
Jiren Jin authored
-
- 13 Jun, 2017 1 commit
-
-
Ryuichiro Hataya authored
-
- 02 Jun, 2017 1 commit
-
-
Sasank Chilamkurthy authored
* Add documentation for transforms * document and remove unused imports in mnist.py * document lsun, mscoco datasets * rest of the datasets documented * Clean up the documentation in other functions * Add links for datasets * Add more documentation * pep8 fix
-