- 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
-
- 03 Jul, 2017 2 commits
-
-
vabh authored
-
Anuvabh Dutt authored
Make the labels be 1d tensors of type `np.int64`. Assign label `0` to data samples of digit 0. The original dataset assigns them label `10`.
-
- 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
-
- 28 May, 2017 1 commit
-
-
Zhou Le authored
-
- 26 May, 2017 1 commit
-
-
- 21 Apr, 2017 1 commit
-
-
Sam Gross authored
It can be enabled by calling torchvision.set_image_backend('accimage')
-
- 23 Mar, 2017 1 commit
-
-
soumith authored
-
- 18 Mar, 2017 4 commits
- 16 Mar, 2017 1 commit
-
-
Uridah Sami Ahmed authored
-
- 11 Mar, 2017 1 commit
-
-
ngimel authored
-