1. 24 Oct, 2019 1 commit
    • Max Lübbering's avatar
      Implemented integrity check (md5 hash) after dataset download (#1456) · 5eee0117
      Max Lübbering authored
      * Removed unnecessary class variables.
      
      * The integrity of dataset files is now being checked right after the download finished. Thus making sure that a corrupt file is not being extracted. In case of corruption we throw a RuntimeError.
      
      * Added missing md5 hashes to MNIST, FashionMNIST, KMNIST, EMNIST and QMNIST datasets.
      
      * Removed printing of error message when integrity check failed.
      Reformulated error message.
      
      * Reformatted code to be lint conform.
      
      * Fixed formatting in utils.py
      5eee0117
  2. 09 Sep, 2019 1 commit
  3. 06 Sep, 2019 1 commit
  4. 26 Jul, 2019 1 commit
  5. 19 Jul, 2019 1 commit
  6. 12 Jun, 2019 1 commit
    • Leon Bottou's avatar
      Added support for the QMNIST dataset (#995) · ac2e995a
      Leon Bottou authored
      * Added general reader for sn3 tensors in "pascalvincent" format
      
      * Added class QMNIST into mnist.py
      
      * QMNIST dataset: make some pt files smaller
      
      * Change request from fmassa.
      
      * read_sn3_pascalvincent_tensor: cse
      
      * read_sn3_pascalvincent_tensor: check file size (when strict!=False)
      
      * Fix lint
      
      * More lint
      
      * Add documentation and expose QMNIST to dataset namespace
      ac2e995a
  7. 03 Jun, 2019 1 commit
    • Philip Meier's avatar
      [WIP] Add test for ImageNet (#976) · 7716aba5
      Philip Meier authored
      * added fake data
      
      * fixed fake data
      
      * renamed extract and download methods and added functionality
      
      * added raw fake data
      
      * refactored imagenet and added test
      
      * flake8
      
      * added fake devkit and mocked download_url
      
      * reversed uncommenting
      
      * added mock to CI
      
      * fixed tests for imagefolder
      
      * flake8
      7716aba5
  8. 29 May, 2019 1 commit
    • Francisco Massa's avatar
      [WIP] Add tests for datasets (#966) · c59f0474
      Francisco Massa authored
      * WIP
      
      * WIP: minor improvements
      
      * Add tests
      
      * Fix typo
      
      * Use download_and_extract on caltech, cifar and omniglot
      
      * Add a print message during extraction
      
      * Remove EMNIST from test
      c59f0474
  9. 04 Apr, 2019 1 commit
    • Philip Meier's avatar
      Refactoring of the datasets (#749) · 6cabab3a
      Philip Meier authored
      * introduced new super class for all vision datasets
      
      * Removed root from repr if dataset has no root
      
      * reverted some overly-ambitious autoformatting
      
      * reverted some overly-ambitious autoformatting
      
      * added split attribute to repr of STL10 dataset
      
      * made Python2 friendly and more robust
      
      * Fixed call of the superclass constructor
      
      * moved transform and target_transform back to the base classes
      
      * added check if transforms are present before printing to avoid setting them within the constructor
      
      * added missing transforms and target_transforms to base classes
      
      * fixed linter error
      6cabab3a
  10. 07 Mar, 2019 1 commit
  11. 13 Feb, 2019 2 commits
  12. 25 Dec, 2018 1 commit
  13. 30 Oct, 2018 1 commit
  14. 26 Oct, 2018 1 commit
    • Leon Sixt's avatar
      Fix FashionMNIST loading MNIST (#640) · 36215690
      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.
      36215690
  15. 25 Oct, 2018 1 commit
  16. 17 Sep, 2018 2 commits
  17. 16 Aug, 2018 1 commit
  18. 25 Jun, 2018 1 commit
  19. 17 May, 2018 1 commit
    • David Morton's avatar
      Add metadata to some datasets (#501) · 628e90cb
      David Morton authored
      * Add classes metadata to MNIST and FashionMNIST
      
      * Add `targets` property to MNIST and FashionMNIST
      
      * Add class metadata to CIFAR10/CIFAR100
      
      * Add `targets` property to CIFAR10/CIFAR100
      
      * Add targets attribute to DatasetFolder
      628e90cb
  20. 20 Mar, 2018 1 commit
  21. 04 Jan, 2018 1 commit
  22. 06 Dec, 2017 1 commit
  23. 07 Nov, 2017 1 commit
  24. 02 Sep, 2017 1 commit
  25. 21 Aug, 2017 1 commit
  26. 15 Aug, 2017 1 commit
  27. 26 Jul, 2017 1 commit
  28. 13 Jun, 2017 1 commit
  29. 02 Jun, 2017 1 commit
    • Sasank Chilamkurthy's avatar
      Improve torchvision documentation (#179) · 432aa00d
      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
      432aa00d
  30. 27 Feb, 2017 2 commits
  31. 19 Jan, 2017 1 commit
  32. 17 Jan, 2017 1 commit