- 23 Mar, 2017 9 commits
-
-
Bodo Kaiser authored
-
Bodo Kaiser authored
-
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 6 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-
soumith authored
-
soumith authored
-
soumith authored
-
edgarriba authored
-
- 17 Mar, 2017 3 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-
Uridah Sami Ahmed authored
is already downloaded* for CIFAR and STL10
-
- 16 Mar, 2017 3 commits
-
-
Uridah Sami Ahmed authored
-
Soumith Chintala authored
-
Sam Gross authored
-
- 13 Mar, 2017 5 commits
-
-
Soumith Chintala authored
-
Uridah Sami Ahmed authored
* Running sanity checks on cropped parts of scipy.misc.ascent Doing this to ensure that the image is of the size 100 x 212 which is being followed throughout the sanity checks * Update sanity_checks.ipynb
-
Uridah Sami Ahmed authored
Doing this to ensure that the image is of the size 100 x 212 which is being followed throughout the sanity checks
-
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
-
- 08 Mar, 2017 1 commit
-
-
Uridah Sami Ahmed authored
-
- 05 Mar, 2017 1 commit
-
-
Sri Krishna authored
Fixed a wrong folder name.
-
- 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
-
Luke Yeager authored
Install pytorch with conda. Most of .travis.yml copied from the example provided by the conda folks at: https://conda.io/docs/travis.html
-
Soumith Chintala authored
-
Soumith Chintala authored
-