- 08 Sep, 2017 3 commits
-
-
Aiden Nibali authored
-
Alykhan Tejani authored
* load densenet tensors onto cpu * fix uneven padding in make_grid * revert incorrectly added commit
-
Alykhan Tejani authored
* load densenet tensors onto cpu * fix docs for size param in random + center crop * revert incorrect commit
-
- 04 Sep, 2017 2 commits
-
-
Alykhan Tejani authored
Some links were not displaying properly
-
Francisco Massa authored
-
- 03 Sep, 2017 1 commit
-
-
Alykhan Tejani authored
-
- 02 Sep, 2017 1 commit
-
-
Dr. Kashif Rasul authored
* added FashionMNIST dataset * documentation * fixed formatting * fixed formatting
-
- 26 Aug, 2017 1 commit
-
-
Sri Krishna authored
-
- 25 Aug, 2017 1 commit
-
-
Yusu Pan authored
-
- 24 Aug, 2017 1 commit
-
-
Dougal J. Sutherland authored
-
- 22 Aug, 2017 1 commit
-
-
Soumith Chintala authored
-
- 21 Aug, 2017 2 commits
-
-
Mikhail Korobov authored
* DOC fixed typo in make_grid argument name * DOC document "padding" make_grid argument
-
Mikhail Korobov authored
-
- 15 Aug, 2017 2 commits
-
-
Hadi Kazemi authored
isinstance(padding, tuple) is added to the padding assertion to be able to pass a sequence.
-
moskomule authored
* enable ~ expression in datasets * fixed root in __init__ to self.root
-
- 06 Aug, 2017 1 commit
-
-
Soumith Chintala authored
-
- 02 Aug, 2017 1 commit
-
-
Gabriel Bianconi authored
-
- 27 Jul, 2017 1 commit
-
-
Keon authored
-
- 26 Jul, 2017 1 commit
-
-
Keon authored
-
- 20 Jul, 2017 2 commits
-
-
Soumith Chintala authored
-
Soumith Chintala authored
-
- 17 Jul, 2017 1 commit
-
-
Anton Osokin authored
Wrong order of dimensions In transforms.CenterCrop and transforms.RandomCrop: Documentation says it should be (w, h), but it actually is (h, w). Fixing docs to match the code
-
- 14 Jul, 2017 1 commit
-
-
Konstantin Lopuhin authored
-
- 02 Jul, 2017 1 commit
-
-
Jiren Jin authored
-
- 13 Jun, 2017 1 commit
-
-
Ryuichiro Hataya authored
-
- 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
-
- 31 May, 2017 1 commit
-
-
Sam Gross authored
Fixes #152
-
- 28 May, 2017 1 commit
-
-
Zhou Le authored
-
- 26 May, 2017 1 commit
-
-
- 21 May, 2017 1 commit
-
-
Sri Krishna authored
changed a small mistake.
-
- 30 Apr, 2017 1 commit
-
-
Marat Dukhan authored
-
- 28 Apr, 2017 1 commit
-
-
Michael Galkov authored
-
- 21 Apr, 2017 1 commit
-
-
Sam Gross authored
It can be enabled by calling torchvision.set_image_backend('accimage')
-
- 17 Apr, 2017 1 commit
-
-
Soumith Chintala authored
-
- 10 Apr, 2017 1 commit
-
-
Konstantin Lopuhin authored
First dimension is batch size, channel is the second
-
- 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
-
- 06 Apr, 2017 1 commit
-
-
Huan Yang authored
* Fixed border missing on bottom and right side using make_grid * Add support for Transforms.Scale([h, w]) with specific height and width if self.size is a int then scale the image with the shorter side, otherwise if self.size is a list then scale the image to self.size directly * Add assert of size and doc for README Add assert of size and doc for README * Fix linter problem Fix linter problem * Add test for Scale Add test for Scale * Add both tuple and list support for Scale.size Add both tuple and list support for Scale.size * Add order of Scale.size in document and test case for list type of Scale.size Add order of Scale.size in document and test case for list type of Scale.size
-
- 02 Apr, 2017 1 commit
-
-
Adam Paszke authored
-
- 01 Apr, 2017 1 commit
-
-
Furiously Curious authored
I have made some performance improvements to the model, and testing them now. If results turn out good, I will submit a separate PR.
-
- 29 Mar, 2017 1 commit
-
-
Soumith Chintala authored
-