- 21 Apr, 2018 1 commit
-
-
Tongzhou Wang authored
-
- 16 Apr, 2018 2 commits
-
-
arturml authored
* Add case in test_to_tensor for PIL Images mode '1' * Add support in ToTensor for PIL Images mode '1' * Fix pep8 issues
-
Francisco Massa authored
-
- 12 Apr, 2018 1 commit
-
-
Tongzhou Wang authored
-
- 07 Apr, 2018 1 commit
-
-
Vishwak Srinivasan authored
* Add LinearTransformation to docs - Arrange the transforms alphabetically * Add missing transforms to docs
-
- 06 Apr, 2018 1 commit
-
-
anguelos authored
* Made transorms.RandomCrop tolerate images smaller than the given size. * Extended the tescase for transforms.RandomCrop * Made the testcase test for owidth=width+1 * Fixed the one pixel pading and the testcase * Fixed minor lintint errors. flake8 passes.
-
- 04 Apr, 2018 3 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`.
-
Utku Ozbulak authored
* Added reflect, symmetric and edge padding * Updated padding docs, added tests
-
- 27 Mar, 2018 1 commit
-
-
vfdev authored
Add testing case with Pillow-SIMD, fix bug in RandomAffine if Pillow<5.0.0, add missing docs for affine (#439)
-
- 23 Mar, 2018 1 commit
-
-
Jason Park authored
-
- 21 Mar, 2018 2 commits
-
-
Jason Park authored
* Fix uninitialized instance variables * Maintain consistency with other dataset classes * Fix double assignment * Fix initialization of self.classes
-
Jason Park authored
-
- 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
-
- 08 Mar, 2018 1 commit
-
-
Francisco Massa authored
It was pointing to an old version where the validation pre-processing was the same as the training pre-processing, and thus had randomness in it (instead of CenterCrop).
-
- 02 Mar, 2018 1 commit
-
-
vfdev authored
-
- 26 Feb, 2018 1 commit
-
-
Douglas H. Bradshaw authored
-
- 20 Feb, 2018 2 commits
-
-
Zhuliang Yao authored
-
vfdev authored
* Add random affine transformation * Rewrite __repr__ * Refactor affine transform and update tests
-
- 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__
-