"tests/vscode:/vscode.git/clone" did not exist on "f0a400464b4aeebc1421a128b5f48c8da358265a"
- 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
-
- 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
-
- 03 Nov, 2017 1 commit
-
-
jvmancuso authored
added CIFAR100 autoclass in docs
-
- 02 Nov, 2017 1 commit
-
-
Alykhan Tejani authored
* refactor transforms and add transforms/functional.py * add __all__ to transforms.py
-
- 31 Oct, 2017 1 commit
-
-
Tzu-Wei Huang authored
-
- 30 Oct, 2017 1 commit
-
-
Alykhan Tejani authored
* add docs to FiveCrop + TenCrop * fix typo in docstring
-
- 22 Oct, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 17 Oct, 2017 2 commits
-
-
Alykhan Tejani authored
-
Alykhan Tejani authored
* add assert for byte tensor to_pil_image * add mode param to ToPILImage * add some more tests * fix formatiing on error messages * added tests for to_pil_image with mode param * flake8 fixes
-
- 12 Oct, 2017 2 commits
-
-
Alykhan Tejani authored
-
Yu Luo authored
-
- 07 Oct, 2017 4 commits
-
-
Iacopo Poli authored
* added Whiten transform and relative section in README * added Whiten transform and its section in README * fixed lint * fixed lint again * added linear transformation and whitening test unitary covariance * fixed lint and test * commit before rebasing * before rebase * added assertion to check matrix size * fix readme * added space around operator * replace assert with raise ValueError, fix spaces and readme
-
Sasank Chilamkurthy authored
PIL.Image is renamed to 'PIL Image' because PIL.Image is the module and PIL.Image.Image is the class we are referring but is too long to put in docstrings
-
Sasank Chilamkurthy authored
-
Sasank Chilamkurthy authored
Pattern from: https://packaging.python.org/guides/single-sourcing-package-version/
-
- 04 Oct, 2017 1 commit
-
-
Sasank Chilamkurthy authored
* Add adjust_hue and adjust_saturation * Add adjust_brightness, adjust_contrast Also * Change adjust_saturation to use pillow implementation * Documentation made clear * Add adjust_gamma * Add ColorJitter * Address review comments * Fix documentation for ColorJitter * Address review comments 2 * Fallback to adjust_hue in case of BW images * Add tests * fix dtype
-
- 01 Oct, 2017 1 commit
-
-
Alykhan Tejani authored
rename scaled_crop -> resized_crop + rename RandomSizedCrop -> RandomResizedCrop
-