"vscode:/vscode.git/clone" did not exist on "3cef23250cff1515bdd169a1ee03c2203fe580e7"
- 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
-
- 18 May, 2018 1 commit
-
-
Pithawat Vachiramon authored
-
- 04 Apr, 2018 1 commit
-
-
Iacopo Poli authored
Both conditional branches in `__init__` were executed, since `classes` for test becomes a list and `if` was used instead of `elif`.
-
- 23 Mar, 2018 1 commit
-
-
Jason Park authored
-
- 21 Mar, 2018 1 commit
-
-
Jason Park authored
* Fix uninitialized instance variables * Maintain consistency with other dataset classes * Fix double assignment * Fix initialization of self.classes
-
- 04 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for datasets * fix lint
-
- 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
-
- 28 May, 2017 1 commit
-
-
Zhou Le authored
-
- 23 Mar, 2017 1 commit
-
-
soumith authored
-
- 18 Mar, 2017 1 commit
-
-
soumith authored
-
- 27 Feb, 2017 2 commits
-
-
Luke Yeager authored
-
Luke Yeager authored
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
-
- 15 Dec, 2016 1 commit
-
-
Adam Lerer authored
-
- 19 Nov, 2016 2 commits
- 17 Nov, 2016 2 commits
- 10 Nov, 2016 3 commits