- 21 Dec, 2018 1 commit
-
-
Michael Kösel authored
* Add Cityscapes Dataset * Rename 'label' to 'semantic' to make the meaning more clear * Add support for gtCoarse target set
-
- 20 Dec, 2018 1 commit
-
-
surgan12 authored
-
- 18 Dec, 2018 1 commit
-
-
surgan12 authored
* docs added * Update transforms.py * Update transforms.py
-
- 17 Dec, 2018 1 commit
-
-
surgan12 authored
* modes added * tests_added * Update test_transforms.py * Update test_transforms.py * Update test_transforms.py
-
- 14 Dec, 2018 1 commit
-
-
surgan12 authored
* bug fixes to_tensor * tensor checked
-
- 13 Dec, 2018 3 commits
-
-
surgan12 authored
* pad updated * checked pad * pad checked * pad checked * docs changed
-
surgan12 authored
* pad updated * checked pad * pad checked * pad checked
-
Dan Hendrycks authored
-
- 11 Dec, 2018 1 commit
-
-
任广辉 authored
-
- 06 Dec, 2018 3 commits
-
-
Benjamin Pinaya authored
* VOC Dataset, linted, flak8 passing, samples on gist. * Double backtick on values. * Apply suggestions from code review Add suggestions from @ellisbrown, using dict of dicts instead of array index. Co-Authored-By:bpinaya <bpg_92@hotmail.com> * Fixed errors with the new comments. * Added documentation on RST * Removed getBB, added parse_voc_xml, variable naming change. * Removed unused variable, removed VOC_CLASSES, two new gists for test.
-
Yuxin Wu authored
* Zero-init the residual branch in resnet * Add zero_init_residual as an option
-
Will Frey authored
* Add scipy as a dependency to setup.py `scipy` is imported in both the `torchvision.datasets.svhn` module and the `torchvision.models.inception` module. * Update setup.py Make scipy optional. It can be installed with `pip install torchvision[scipy]`.
-
- 04 Dec, 2018 3 commits
-
-
Varun Agrawal authored
* added separate checks for dimensionality in to_pil_image and added tests * updated to_pil_image to use both 2D ndarrays and tensors, as well as refactored the tests
-
Adam J. Stewart authored
* Add Flickr8k and Flickr30k Datasets * Add Flickr to the dataset docs * Sort ids, glob during construction * annFile -> ann_file * Fix undefined variable name bug
-
Adam J. Stewart authored
* Add SBU Captioned Photo Dataset * Add SBU to the dataset docs
-
- 27 Nov, 2018 1 commit
-
-
kwu authored
* Changing to AdaptiveAvgPool2d * add whitespace
-
- 12 Nov, 2018 2 commits
-
-
Amir Arsalan Soltani authored
* Update densenet.py * Update densenet.py
-
Amir Arsalan Soltani authored
-
- 06 Nov, 2018 2 commits
-
-
Erik Gaasedelen authored
* use predefined function * cleanup resnet * fix stride * revert inplanes since it isnt constant * lint
-
Adán Mora-Fallas authored
* AdaptiveAvgpool2d integrated The Average Pool Layer on SqueezeNet and ResNet was hardcoded, this was changed, now any the input size is accepted. * error fixed * linting fixed
-
- 02 Nov, 2018 1 commit
-
-
CUI Hao authored
-
- 30 Oct, 2018 1 commit
-
-
Francisco Massa authored
* Revert "move area calculation out of loop (#641)" This reverts commit 62cbf0bf. * Revert "Fix FashionMNIST loading MNIST (#640)" This reverts commit 36215690.
-
- 26 Oct, 2018 3 commits
-
-
Erik Gaasedelen authored
* move area calculation out of loop No need to calculate area 10 times when it doesn't change. * lint
-
Leon Sixt authored
Before this would lead FashionMNIST to contain mnist data: ``` MNIST(root, download=True) FashionMNIST(root, download=True) ``` As MNIST and FashionMNIST are the same classes, the processed outputs actual ended up to be the same files. This commit now stores them at different files and also stores the class name when saving them. I also added md5 sums.
-
Ailing authored
* init hub.py * rename hub.py -> hub_info.py * torchvision_hub->torchvision; use alexnet as example since it's smaller * alexnet -> resnet18 * update repo example structure * address comment * add readme as comment * address comment * fix lint
-
- 25 Oct, 2018 2 commits
-
-
Bowen Bao authored
* Fix inception v3 input transform for trace & onnx * Input transform are in-place updates, which produce issues for tracing and exporting to onnx. * nit
-
Kyryl Truskovskyi authored
* cast mnist targer to int * fix unused variables * fix syntax in tests * remove # noqa; rename l variable to line_split; use except OSError * add W504 * add W504 * add W503,W504 tox.ini
-
- 24 Oct, 2018 1 commit
-
-
Will Frey authored
Check if `lambd` is callable instead of checking if its a `types.Lambda` object.
-
- 11 Oct, 2018 1 commit
-
-
Samuel Fadel authored
-
- 01 Oct, 2018 1 commit
-
-
Binghuan Zhang authored
-
- 21 Sep, 2018 1 commit
-
-
Tongzhou Wang authored
-
- 17 Sep, 2018 2 commits
-
-
Danylo Ulianych authored
* MNIST and FashionMNIST now have their own 'raw' and 'processed' folders * mkdir exist_ok
-
Kyryl Truskovskyi authored
-
- 13 Sep, 2018 1 commit
-
-
Stefan Otte authored
Give a short example of how to build a transform pipeline for a segmentation task.
-
- 11 Sep, 2018 3 commits
-
-
Tongzhou Wang authored
-
Danylo Ulianych authored
-
vfdev authored
Target `float` -> `long`
-
- 29 Aug, 2018 1 commit
-
-
Vishwak Srinivasan authored
-
- 25 Aug, 2018 1 commit
-
-
Soumith Chintala authored
-
- 16 Aug, 2018 1 commit
-
-
Danylo Ulianych authored
-