- 14 Feb, 2018 1 commit
-
-
vfdev authored
if on dtype -> elif on dtype
-
- 12 Feb, 2018 4 commits
-
-
Vishwak Srinivasan authored
* Update transforms __repr__ * Add _pil_interpolation_to_str map for obtaining strings for PIL.Image interpolation options * Fix typo
-
vfdev authored
* Add RandomApply, RandomChoice, RandomOrder transformations * Rename argument `proba` to `p`
-
vfdev authored
* Set probability as configuration parameter in RandomHorizontalFlip and RandomHorizontalFlip (#414) * Fix documentation
-
vfdev authored
-
- 09 Feb, 2018 1 commit
-
-
Fang Gao authored
-
- 06 Feb, 2018 1 commit
-
-
Kai Arulkumaran authored
-
- 31 Jan, 2018 1 commit
-
-
Tzu-Wei Huang authored
Tests should pass current release as well.
-
- 30 Jan, 2018 4 commits
-
-
Francisco Massa authored
Fixes https://github.com/pytorch/vision/issues/399. The only case of floating point supported by PIL seems to be `F`, so this should fix it.
-
Federico Baldassarre authored
Updated the doc of RandomResizedCrop.__call__() from 'Image to be flipped' to 'Image to be cropped and resized'
-
Chang authored
-
Francisco Massa authored
Fixes https://github.com/pytorch/vision/issues/397
-
- 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
-
- 03 Jan, 2018 1 commit
-
-
Alykhan Tejani authored
Closes #309
-
- 02 Jan, 2018 1 commit
-
-
Yun Chen authored
-
- 01 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for all transform objects * add tests for __repr__
-
- 20 Dec, 2017 1 commit
-
-
Christopher Beckham authored
-
- 18 Dec, 2017 1 commit
-
-
Soumith Chintala authored
-
- 14 Dec, 2017 1 commit
-
-
Sri Krishna authored
* Update densenet.py added missing weight init for densenet * Update densenet.py following official implementation [here](https://github.com/liuzhuang13/DenseNet/blob/master/models/densenet.lua#L160) * Update densenet.py changed to nn.init & fixed lint
-
- 07 Dec, 2017 1 commit
-
-
David de la Iglesia Castro authored
-
- 06 Dec, 2017 4 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
-
Yashas Annadani authored
-
Jon Crall authored
* param to cause FakeData to generate different images
-
- 05 Dec, 2017 1 commit
-
-
Soumith Chintala authored
-
- 03 Dec, 2017 1 commit
-
-
Yashas Annadani authored
-
- 25 Nov, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 24 Nov, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 23 Nov, 2017 2 commits
-
-
Baiyu Zhao authored
docstring fix for Normalize: the std sequence should be (S1, ..., Sn).
-
Zheng Qin authored
* add tunable crop scale and aspect ratio in
-
- 21 Nov, 2017 1 commit
-
-
Dmytro Mishkin authored
* Added urls to Harris patches on Phototour * fixed formatting * fixed flake8 complains
-
- 17 Nov, 2017 1 commit
-
-
Alykhan Tejani authored
* add docs for grayscale + random grayscale transforms
-
- 13 Nov, 2017 1 commit
-
-
Sourabh Daptardar authored
* add to_grayscale + randomGrayscale
-
- 12 Nov, 2017 1 commit
-
-
Francisco Massa authored
-
- 09 Nov, 2017 1 commit
-
-
David de la Iglesia Castro authored
add rotate and RandomRotation to transforms
-
- 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
-