- 30 Jan, 2018 1 commit
-
-
Francisco Massa authored
Fixes https://github.com/pytorch/vision/issues/397
-
- 06 Dec, 2017 1 commit
-
-
Yashas Annadani authored
-
- 03 Dec, 2017 1 commit
-
-
Yashas Annadani authored
-
- 08 Sep, 2017 2 commits
-
-
Alykhan Tejani authored
-
Alykhan Tejani authored
* load densenet tensors onto cpu * fix uneven padding in make_grid * revert incorrectly added commit
-
- 04 Sep, 2017 1 commit
-
-
Francisco Massa authored
-
- 21 Aug, 2017 1 commit
-
-
Mikhail Korobov authored
* DOC fixed typo in make_grid argument name * DOC document "padding" make_grid argument
-
- 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
-
- 07 Apr, 2017 1 commit
-
-
Dmitry Ulyanov authored
* add pad_value argument * add argument to save_image * fix space * requested change of order * update docs
-
- 02 Apr, 2017 1 commit
-
-
Adam Paszke authored
-
- 28 Mar, 2017 1 commit
-
-
Huan Yang authored
-
- 23 Mar, 2017 4 commits
-
-
Dmitry Ulyanov 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
-
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.
-
- 16 Mar, 2017 1 commit
-
-
Soumith Chintala authored
-
- 13 Mar, 2017 1 commit
-
-
Soumith Chintala authored
-
- 11 Mar, 2017 2 commits
-
-
Edgar Simo-Serra 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!
-
- 27 Feb, 2017 1 commit
-
-
Luke Yeager authored
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
-
- 16 Dec, 2016 1 commit
-
-
Adam Lerer authored
-
- 15 Dec, 2016 2 commits
-
-
Soumith Chintala authored
-
Adam Lerer authored
-
- 29 Nov, 2016 1 commit
-
-
Soumith Chintala authored
-
- 18 Nov, 2016 1 commit
-
-
soumith authored
-