- 28 Jan, 2018 1 commit
-
-
Sanyam Kapoor authored
* Add basic Omniglot dataset loader * Remove unused import * Add Omniglot random pair to sample pair of characters * Precompute random set of pairs, deterministic after object instantiation * Export OmniglotRandomPair via the datasets module interfact * Fix naming convention, use sum instead of reduce * Fix downloading to not download everything, fix Python2 syntax * Fix end line lint * Add random_seed, syntax fixes * Remove randomized pair, take up as a separate generic wrapper * Fix master conflict
-
- 04 Jan, 2018 1 commit
-
-
Vishwak Srinivasan authored
* add __repr__ for datasets * fix lint
-
- 03 Nov, 2017 1 commit
-
-
jvmancuso authored
added CIFAR100 autoclass in docs
-
- 31 Oct, 2017 1 commit
-
-
Tzu-Wei Huang authored
-
- 15 Aug, 2017 1 commit
-
-
moskomule authored
* enable ~ expression in datasets * fixed root in __init__ to self.root
-
- 27 Jul, 2017 1 commit
-
-
Keon 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
-
- 18 Mar, 2017 3 commits
- 11 Mar, 2017 1 commit
-
-
Alykhan Tejani authored
* fix for to_tensor when input is np.ndarray of shape [H,W,C]. Issue #48 pytorch/vision * update cifar datasets to transpose images from CHW -> HWC * fix flake8 issue on test_transforms.py
-
- 27 Feb, 2017 2 commits
-
-
Luke Yeager authored
-
Luke Yeager authored
git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i
-
- 23 Jan, 2017 1 commit
-
-
zhoumingjun authored
tgz_mdf should be changed to tgz_md5 to make it work
-
- 24 Dec, 2016 1 commit
-
-
Tian Qi Chen authored
-
- 15 Dec, 2016 1 commit
-
-
Adam Lerer authored
-
- 02 Dec, 2016 1 commit
-
-
Soumith Chintala authored
-
- 29 Nov, 2016 1 commit
-
-
Soumith Chintala authored
-
- 10 Nov, 2016 1 commit
-
-
Soumith Chintala authored
-