- 29 May, 2019 2 commits
-
-
Edouard Oyallon authored
* modif of the STL10 loader * missing space
-
Francisco Massa authored
* Fix STL10 repr * Do not inherit from Cifar10 * Make it safer to inherit from VisionDataset
-
- 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
-
- 25 Oct, 2018 1 commit
-
-
Kyryl Truskovskyi authored
* cast mnist targer to int * fix unused variables * fix syntax in tests * remove # noqa; rename l variable to line_split; use except OSError * add W504 * add W504 * add W503,W504 tox.ini
-
- 20 Mar, 2018 1 commit
-
-
reynoldscem authored
-
- 04 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for datasets * fix lint
-
- 22 Aug, 2017 1 commit
-
-
Soumith Chintala authored
-
- 15 Aug, 2017 1 commit
-
-
moskomule authored
* enable ~ expression in datasets * fixed root in __init__ to self.root
-
- 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
-
- 18 Mar, 2017 1 commit
-
-
soumith authored
-
- 02 Mar, 2017 1 commit
-
-
Elad Hoffer authored
-