1. 01 Apr, 2020 1 commit
  2. 31 Mar, 2020 2 commits
    • Philip Meier's avatar
      Remove python2 compability code (#2033) · 24f16a33
      Philip Meier authored
      * remove sys.version_info == 2
      
      * remove sys.version_info < 3
      
      * remove from __future__ imports
      24f16a33
    • Philip Meier's avatar
      Remove six dependency (#2017) · 42b8d462
      Philip Meier authored
      * remove six from python code
      
      * remove six from setup.py
      
      * remove six from tests
      
      * remove six from references
      
      * remove six from packaging
      
      * revert str to torch._six._string_classes
      
      * revert str to torch._six._string_classes
      42b8d462
  3. 04 Mar, 2020 1 commit
  4. 04 Dec, 2019 1 commit
  5. 07 Oct, 2019 1 commit
  6. 26 Jul, 2019 2 commits
  7. 19 Jul, 2019 1 commit
  8. 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
  9. 18 May, 2018 1 commit
  10. 04 Apr, 2018 1 commit
  11. 23 Mar, 2018 1 commit
  12. 21 Mar, 2018 1 commit
    • Jason Park's avatar
      Update LSUN Dataset class (#452) · 73a29e02
      Jason Park authored
      * Fix uninitialized instance variables
      
      * Maintain consistency with other dataset classes
      
      * Fix double assignment
      
      * Fix initialization of self.classes
      73a29e02
  13. 04 Jan, 2018 1 commit
  14. 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
  15. 28 May, 2017 1 commit
  16. 23 Mar, 2017 1 commit
  17. 18 Mar, 2017 1 commit
  18. 27 Feb, 2017 2 commits
  19. 15 Dec, 2016 1 commit
  20. 19 Nov, 2016 2 commits
  21. 17 Nov, 2016 2 commits
  22. 10 Nov, 2016 3 commits