- 12 Apr, 2018 1 commit
-
-
Tongzhou Wang authored
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 03 Dec, 2017 1 commit
-
-
Yashas Annadani authored
-