- 20 Mar, 2021 1 commit
-
-
Avijit Dasgupta authored
* added .item() for target inside getitem * changed fakedataset's expected return type Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 31 Jul, 2020 1 commit
-
-
Philip Meier authored
-
- 16 Jul, 2019 1 commit
-
-
Zhiqiang Wang authored
* Remove duplicate code * Passed transform and target_transform to the constructor
-
- 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
-
- 09 Mar, 2019 1 commit
-
-
Will Frey authored
Raise an `IndexError` for `FakeData.__getitem__()` if the index would be out of range.
-
- 11 Sep, 2018 1 commit
-
-
vfdev authored
Target `float` -> `long`
-
- 04 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for datasets * fix lint
-
- 06 Dec, 2017 1 commit
-
-
Jon Crall authored
* param to cause FakeData to generate different images
-
- 20 Jul, 2017 2 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-