- 17 May, 2018 3 commits
-
-
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
-
Soumith Chintala authored
This reverts commit 972b80c9.
-
Taihyun Hwang authored
* cifar10.meta['label_names'] * cifar100.meta['fine_label_names'] * cifar100.meta['coarse_label_names']
-
- 11 May, 2018 1 commit
-
-
Maruth Goyal authored
* Added Progress Bar to the dataset downloading utility * Updated progressbar to update by blcoks * Added progressbar2 to the requirements * fixed style issues * Shifted from progressbar to tqdm
-
- 04 Apr, 2018 2 commits
-
-
Calvin Lee authored
-
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
-
- 20 Mar, 2018 2 commits
-
-
reynoldscem authored
-
Jason Park authored
The URL to download EMNIST seems to have changed. I fixed this.
-
- 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
-
- 26 Feb, 2018 1 commit
-
-
Douglas H. Bradshaw authored
-
- 30 Jan, 2018 1 commit
-
-
Chang authored
-
- 28 Jan, 2018 1 commit
-
-
Sanyam Kapoor authored
* Add basic Omniglot dataset loader * Remove unused import * Add Omniglot random pair to sample pair of characters * Precompute random set of pairs, deterministic after object instantiation * Export OmniglotRandomPair via the datasets module interfact * Fix naming convention, use sum instead of reduce * Fix downloading to not download everything, fix Python2 syntax * Fix end line lint * Add random_seed, syntax fixes * Remove randomized pair, take up as a separate generic wrapper * Fix master conflict
-
- 04 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for datasets * fix lint
-
- 06 Dec, 2017 3 commits
-
-
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
-
Martin Raison authored
* EMNIST dataset + speedup *MNIST preprocessing
-
Jon Crall authored
* param to cause FakeData to generate different images
-
- 21 Nov, 2017 1 commit
-
-
Dmytro Mishkin authored
* Added urls to Harris patches on Phototour * fixed formatting * fixed flake8 complains
-
- 12 Nov, 2017 1 commit
-
-
Francisco Massa authored
-
- 07 Nov, 2017 3 commits
-
-
Dr. Kashif Rasul authored
-
Dr. Kashif Rasul authored
-
neoglez authored
* First commit for semeion dataset SEMEION Handwritten Digits Data Set http://archive.ics.uci.edu/ml/datasets/semeion+handwritten+digit * SEMEION Class * Fix Lint errors * More linting errors
-
- 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
-
- 03 Nov, 2017 1 commit
-
-
jvmancuso authored
added CIFAR100 autoclass in docs
-
- 31 Oct, 2017 1 commit
-
-
Tzu-Wei Huang authored
-
- 17 Oct, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 21 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
update SVHN docs to note label change for digit 0
-
- 15 Sep, 2017 1 commit
-
-
Wilbur Wu authored
According to the comment, this should be 1MB which is 1024*1024 bytes.
-
- 02 Sep, 2017 1 commit
-
-
Dr. Kashif Rasul authored
* added FashionMNIST dataset * documentation * fixed formatting * fixed formatting
-
- 22 Aug, 2017 1 commit
-
-
Soumith Chintala authored
-
- 21 Aug, 2017 1 commit
-
-
Mikhail Korobov authored
-
- 15 Aug, 2017 1 commit
-
-
moskomule authored
* enable ~ expression in datasets * fixed root in __init__ to self.root
-
- 02 Aug, 2017 1 commit
-
-
Gabriel Bianconi authored
-
- 27 Jul, 2017 1 commit
-
-
Keon authored
-
- 26 Jul, 2017 1 commit
-
-
Keon authored
-
- 20 Jul, 2017 2 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-