1. 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
  2. 07 Mar, 2019 1 commit
  3. 13 Feb, 2019 2 commits
  4. 25 Dec, 2018 1 commit
  5. 30 Oct, 2018 1 commit
  6. 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
  7. 25 Oct, 2018 1 commit
  8. 17 Sep, 2018 2 commits
  9. 16 Aug, 2018 1 commit
  10. 25 Jun, 2018 1 commit
  11. 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
  12. 20 Mar, 2018 1 commit
  13. 04 Jan, 2018 1 commit
  14. 06 Dec, 2017 1 commit
  15. 07 Nov, 2017 1 commit
  16. 02 Sep, 2017 1 commit
  17. 21 Aug, 2017 1 commit
  18. 15 Aug, 2017 1 commit
  19. 26 Jul, 2017 1 commit
  20. 13 Jun, 2017 1 commit
  21. 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
  22. 27 Feb, 2017 2 commits
  23. 19 Jan, 2017 1 commit
  24. 17 Jan, 2017 1 commit