- 23 Mar, 2017 7 commits
-
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
Geoff Pleiss authored
-
Naofumi Tomita authored
* clipping values, and replacing transposes with permute Without clipping, any values larger than 255 will be replaced with int(v mod 256) by byte(), which results in high freq noise in image. * replaced clip with clamp
-
soumith authored
-
Naofumi Tomita authored
This reverts commit 2f579d58.
-
TomitaNaofumi authored
Without clipping, any values larger than 255 will be replaced with int(v mod 256) by byte(), which results in high freq noise in image.
-
- 18 Mar, 2017 4 commits
- 16 Mar, 2017 3 commits
-
-
Uridah Sami Ahmed authored
-
Soumith Chintala authored
-
Sam Gross authored
-
- 13 Mar, 2017 3 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-
Sam Gross authored
-
- 11 Mar, 2017 4 commits
-
-
Edgar Simo-Serra authored
-
ngimel authored
-
Geoff Pleiss authored
In python2, calling `make_grid` won't display the last images if the number of images doesn't divide `nrow`. Int division... This should fix that!
-
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
-
- 10 Mar, 2017 1 commit
-
-
Sam Gross authored
-
- 02 Mar, 2017 1 commit
-
-
Elad Hoffer authored
-
- 01 Mar, 2017 1 commit
-
-
Max Joseph authored
-
- 28 Feb, 2017 1 commit
-
-
NC Cullen authored
-
- 27 Feb, 2017 4 commits
-
-
NC Cullen authored
-
Soumith Chintala authored
-
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 3 commits
-
-
Tzu-Wei Huang authored
YCbCr breaks the code without warning. Changed the code to make `ToTensor()` cope with all PIL image types.
-
Luke Yeager authored
-
Sean Robertson authored
-
- 21 Feb, 2017 1 commit
-
-
Sam Gross authored
-
- 16 Feb, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 11 Feb, 2017 1 commit
-
-
Marat Dukhan authored
* Add SqueezeNet 1.0 and 1.1 models * Selectively avoid inplace in SqueezeNet * Use Glorot uniform initialization in SqueezeNet * Make all ReLU in SqueezeNet in-place * Add pretrained SqueezeNet 1.0 and 1.1 * Minor fixes in SqueezeNet models
-
- 02 Feb, 2017 1 commit
-
-
Thibault de Boissiere authored
* Update VGG doco
-
- 23 Jan, 2017 1 commit
-
-
zhoumingjun authored
tgz_mdf should be changed to tgz_md5 to make it work
-
- 19 Jan, 2017 2 commits
-
-
Adam Paszke authored
-
Adam Paszke authored
-