1. 24 Sep, 2019 2 commits
  2. 23 Sep, 2019 2 commits
  3. 20 Sep, 2019 1 commit
  4. 16 Sep, 2019 1 commit
  5. 09 Sep, 2019 1 commit
  6. 06 Sep, 2019 1 commit
  7. 02 Sep, 2019 1 commit
  8. 28 Aug, 2019 1 commit
  9. 07 Aug, 2019 1 commit
  10. 01 Aug, 2019 1 commit
  11. 31 Jul, 2019 3 commits
  12. 26 Jul, 2019 3 commits
  13. 24 Jul, 2019 1 commit
  14. 23 Jul, 2019 1 commit
  15. 22 Jul, 2019 1 commit
  16. 19 Jul, 2019 2 commits
    • Francisco Massa's avatar
      Add VideoClips and Kinetics dataset (#1077) · 5d1372c0
      Francisco Massa authored
      * Add VideoClips and Kinetics dataset
      
      * Lint + add back missing line
      
      * Adds ClipSampler following Bruno comment
      
      * Change name following Bruno's suggestion
      
      * Enable specifying a target framerate
      
      * Fix test_io for new interface
      
      * Add comment mentioning drop_last behavior
      
      * Make compute_clips more robust
      
      * Flake8
      
      * Fix for Python2
      5d1372c0
    • Philip Meier's avatar
      Always pass transform and target_transform to abstract dataset (#1126) · 2b81ad8c
      Philip Meier authored
      * fixed call to the VisionDataset constructor
      
      * change call from keyword arguments to positional
      
      * changed order of arguments
      
      * removed transforms argument once again
      
      * Fixed call to constructor of parent class
      
      * fixed LSUN
      
      * fixed Caltech256
      2b81ad8c
  17. 16 Jul, 2019 1 commit
  18. 15 Jul, 2019 1 commit
  19. 04 Jul, 2019 1 commit
  20. 01 Jul, 2019 1 commit
  21. 29 Jun, 2019 1 commit
  22. 24 Jun, 2019 2 commits
  23. 20 Jun, 2019 1 commit
  24. 13 Jun, 2019 1 commit
  25. 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
  26. 11 Jun, 2019 2 commits
  27. 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
  28. 29 May, 2019 3 commits
  29. 27 May, 2019 1 commit
    • Francisco Massa's avatar
      Usps dataset (#961) · d4a126b6
      Francisco Massa authored
      * add USPS dataset
      
      * minor fixes
      
      * Improvements to the USPS dataset
      
      Add it to the documentation, expose it to torchvision.datasets
      and inherit from VisionDataset
      d4a126b6