1. 07 Jan, 2021 1 commit
  2. 31 Jul, 2020 1 commit
  3. 10 Feb, 2020 1 commit
    • Akshay Kulkarni's avatar
      fixed typo in docs (#1851) · 6995a798
      Akshay Kulkarni authored
      input to parameter mode can be 'fine' or 'coarse'. The code internally converts the mode = 'fine' input to 'gtFine' (same for coarse input and gtCoarse), but the docs mention that input to mode should be 'gtFine' or 'gtCoarse' inconsistently.
      6995a798
  4. 26 Jul, 2019 1 commit
  5. 04 Jul, 2019 1 commit
  6. 01 Jul, 2019 1 commit
  7. 29 Jun, 2019 1 commit
  8. 24 Jun, 2019 1 commit
  9. 20 Jun, 2019 1 commit
  10. 21 May, 2019 1 commit
  11. 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
  12. 12 Feb, 2019 2 commits
  13. 25 Dec, 2018 1 commit
  14. 21 Dec, 2018 1 commit