- 11 Sep, 2018 2 commits
-
-
Danylo Ulianych authored
-
vfdev authored
Target `float` -> `long`
-
- 29 Aug, 2018 1 commit
-
-
Vishwak Srinivasan authored
-
- 25 Aug, 2018 1 commit
-
-
Soumith Chintala authored
-
- 16 Aug, 2018 1 commit
-
-
Danylo Ulianych authored
-
- 02 Aug, 2018 1 commit
-
-
Ryan Peach authored
-
- 31 Jul, 2018 1 commit
-
-
ashaw596 authored
-
- 30 Jul, 2018 1 commit
-
-
yaox12 authored
* ColorJitter Enhancement * reduce redundancy * improve functional * check input in init * fix ci fail
-
- 27 Jul, 2018 1 commit
-
-
David Wade authored
* Use scandir in _find_classes (#557) * fix lint
-
- 23 Jul, 2018 1 commit
-
-
Vishwak Srinivasan authored
-
- 13 Jul, 2018 1 commit
-
-
Vishwak Srinivasan authored
* reduce tqdm version to 4.19 for py2.7 to avoid spurious error * Update setup.py * Missed = * Update wrong version string
-
- 25 Jun, 2018 1 commit
-
-
Vishwak Srinivasan authored
-
- 14 Jun, 2018 1 commit
-
-
csukuangfj authored
-
- 06 Jun, 2018 2 commits
-
-
Holger Kohr authored
- Fix broken update calculation - Make progress bar use the neat `unit_scale` feature of tqdm
-
Ernest Parke authored
* Addresses issue #145 as per @fmessa's suggestion. * Removed blank line for styling.
-
- 30 May, 2018 1 commit
-
-
ngimel authored
* make vision depend on pillow-simd if already installed * actually make pillow-simd optional
-
- 28 May, 2018 1 commit
-
-
Holger Kohr authored
-
- 27 May, 2018 1 commit
-
-
Holger Kohr authored
-
- 26 May, 2018 1 commit
-
-
Holger Kohr authored
* Fix PIL link * Make normalize more efficient
-
- 24 May, 2018 4 commits
-
-
Hong-Xing Yu authored
* fix a bug described in issue #488 * improve doc described in issue #488 * add arguments in RandomCrop as proposed by vfdev-5 in PR #489
-
Francisco Massa authored
This reverts commit 11da4f17.
-
Jiaxin Gu authored
-
vfdev authored
-
- 18 May, 2018 2 commits
-
-
Pithawat Vachiramon authored
-
Ben authored
-
- 17 May, 2018 3 commits
-
-
David Morton authored
* Add classes metadata to MNIST and FashionMNIST * Add `targets` property to MNIST and FashionMNIST * Add class metadata to CIFAR10/CIFAR100 * Add `targets` property to CIFAR10/CIFAR100 * Add targets attribute to DatasetFolder
-
Soumith Chintala authored
This reverts commit 972b80c9.
-
Taihyun Hwang authored
* cifar10.meta['label_names'] * cifar100.meta['fine_label_names'] * cifar100.meta['coarse_label_names']
-
- 15 May, 2018 2 commits
-
-
vfdev authored
Improve `test_pad_with_non_constant_padding_modes` to avoid data multiplication in `transforms.ToPILImage()` on float data: ```python img = torch.zeros(3, 27, 27) # Float32 img[:, :, 0] = 1 # we add 1 and not 255 img = transforms.ToPILImage()(img) # This converts 1 to 255 due to [pic = pic.mul(255).byte()](https://github.com/pytorch/vision/blob/master/torchvision/transforms/functional.py#L107) ``` and thus test's correct values are [..., 200, 1, 0]
-
Vishwak Srinivasan authored
-
- 11 May, 2018 1 commit
-
-
Maruth Goyal authored
* Added Progress Bar to the dataset downloading utility * Updated progressbar to update by blcoks * Added progressbar2 to the requirements * fixed style issues * Shifted from progressbar to tqdm
-
- 09 May, 2018 1 commit
-
-
vfdev authored
nit: replace 4 by expansion
-
- 04 May, 2018 1 commit
-
-
vfdev authored
Remove test with variables
-
- 30 Apr, 2018 1 commit
-
-
Ryuichiro Hataya authored
* fix for PyTorch v0.4 (remove .data and add _ for the initializations in nn.init) * fix m.**.**() style to nn.init.**(**) style * remove .idea * fix lines and indents * fix lines and indents * change to use `kaming_normal_` * add `.data` for safety * add nonlinearity='relu' for sure * fix indents
-
- 24 Apr, 2018 1 commit
-
-
Soumith Chintala authored
-
- 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
-