- 11 May, 2020 1 commit
-
-
Philip Meier authored
* add mypy config * fix syntax error * fix annotations in torchvision/utils.py * add mypy type check to CircleCI * add mypy cache to ignore files * try fix CI * ignore flake8 F821 since it interferes with mypy * add mypy type check to config generator * explicitly set config files
-
- 07 Apr, 2020 1 commit
-
-
Philip Meier authored
-
- 06 Apr, 2020 1 commit
-
-
Philip Meier authored
* type annotations for torchvision/utils.py * add missing annotation for make_grid * fix annotation for save_image * mirror PIL annotation for fp
-
- 02 Apr, 2020 1 commit
-
-
Francisco Massa authored
Summary: Fix docstring formatting issues Reviewed By: fmassa Differential Revision: D20736644 fbshipit-source-id: 78f66045cfd4c84cb35ca84a1e1fa6aadcd50642 Co-authored-by:Patrick Labatut <plabatut@fb.com>
-
- 23 Sep, 2019 1 commit
-
-
Surgan Jandial authored
* format param added * lint fixes * lint fixes * lint fixes
-
- 10 Sep, 2019 1 commit
-
-
Dmitrii Petukhov authored
-
- 28 Aug, 2019 1 commit
-
-
buoyancy99 authored
* Fix bug of changing input tensor in function The original code will change the image tensor passed in by multiplying it by 255. The PR fixes that. * fix inplace multiplication in save_image
-
- 26 Jun, 2019 1 commit
-
-
Benoit Brummer authored
* fix save_image when height or width == 1 * test_save_image_single_pixel
-
- 27 May, 2019 1 commit
-
-
Tongzhou Wang authored
-
- 28 Feb, 2019 1 commit
-
-
Surgan Jandial authored
-
- 21 Feb, 2019 1 commit
-
-
Tongzhou Wang authored
-
- 16 Apr, 2018 1 commit
-
-
Francisco Massa authored
-
- 12 Apr, 2018 1 commit
-
-
Tongzhou Wang authored
-
- 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
-