"vscode:/vscode.git/clone" did not exist on "8b99a1dda56042c22b4d5f60c7dd2c72214b24e4"
- 28 Sep, 2017 1 commit
-
-
Adham authored
-
- 26 Sep, 2017 5 commits
-
-
Sasank Chilamkurthy authored
TenCrop and FiveCrop refactored
-
Alykhan Tejani authored
add FiveCrop and TenCrop
-
Sasank Chilamkurthy authored
-
Alykhan Tejani authored
add RandomVerticalFlip transform
-
Sasank Chilamkurthy authored
-
- 19 Sep, 2017 1 commit
-
-
Sasank Chilamkurthy authored
-
- 17 Sep, 2017 1 commit
-
-
Sasank Chilamkurthy authored
-
- 16 Sep, 2017 3 commits
-
-
Sasank Chilamkurthy authored
-
Sasank Chilamkurthy authored
-
Alykhan Tejani authored
make size param of Scale (h,w) not (w,h)
-
- 14 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
This reverts commit 36849429.
-
- 08 Sep, 2017 2 commits
-
-
Aiden Nibali authored
-
Alykhan Tejani authored
* load densenet tensors onto cpu * fix docs for size param in random + center crop * revert incorrect commit
-
- 04 Sep, 2017 1 commit
-
-
Sasank Chilamkurthy authored
-
- 03 Sep, 2017 4 commits
-
-
Sasank Chilamkurthy authored
-
Sasank Chilamkurthy authored
-
Sasank Chilamkurthy authored
(cherry picked from commit 71afec427baca8e37cd9e10d98812bc586e9a4ac)
-
Alykhan Tejani authored
-
- 15 Aug, 2017 1 commit
-
-
Hadi Kazemi authored
isinstance(padding, tuple) is added to the padding assertion to be able to pass a sequence.
-
- 17 Jul, 2017 1 commit
-
-
Anton Osokin authored
Wrong order of dimensions In transforms.CenterCrop and transforms.RandomCrop: Documentation says it should be (w, h), but it actually is (h, w). Fixing docs to match the code
-
- 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 Apr, 2017 1 commit
-
-
Michael Galkov authored
-
- 21 Apr, 2017 1 commit
-
-
Sam Gross authored
It can be enabled by calling torchvision.set_image_backend('accimage')
-
- 06 Apr, 2017 1 commit
-
-
Huan Yang authored
* Fixed border missing on bottom and right side using make_grid * Add support for Transforms.Scale([h, w]) with specific height and width if self.size is a int then scale the image with the shorter side, otherwise if self.size is a list then scale the image to self.size directly * Add assert of size and doc for README Add assert of size and doc for README * Fix linter problem Fix linter problem * Add test for Scale Add test for Scale * Add both tuple and list support for Scale.size Add both tuple and list support for Scale.size * Add order of Scale.size in document and test case for list type of Scale.size Add order of Scale.size in document and test case for list type of Scale.size
-
- 23 Mar, 2017 4 commits
-
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
- 11 Mar, 2017 1 commit
-
-
Alykhan Tejani authored
* fix for to_tensor when input is np.ndarray of shape [H,W,C]. Issue #48 pytorch/vision * update cifar datasets to transpose images from CHW -> HWC * fix flake8 issue on test_transforms.py
-
- 27 Feb, 2017 2 commits
-
-
Luke Yeager authored
-
Luke Yeager authored
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
-
- 25 Feb, 2017 1 commit
-
-
Hang Su authored
Previous assertion only allows numbers for `fill`, which rules out the possibility to pad multi-channel colors. For example, now fill=(255,255,255) or fill="white" can be used to achieve white padding for rgb inputs.
-
- 24 Feb, 2017 1 commit
-
-
Tzu-Wei Huang authored
YCbCr breaks the code without warning. Changed the code to make `ToTensor()` cope with all PIL image types.
-
- 16 Feb, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 19 Jan, 2017 1 commit
-
-
Adam Paszke authored
-
- 03 Jan, 2017 1 commit
-
-
Adam Paszke authored
-
- 29 Dec, 2016 1 commit
-
-
Francisco Massa authored
-
- 27 Nov, 2016 2 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-