- 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
-