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. 22 Oct, 2019 1 commit
  3. 21 Oct, 2019 1 commit
    • Philip Meier's avatar
      Remove download for ImageNet (#1457) · f46f2c15
      Philip Meier authored
      * remove download process
      
      * address comments
      
      * fix logic error
      
      * bug fixes
      
      * removed unused import
      
      * add docstrings
      
      * flake8
      
      * remove download BC
      
      * fix test
      
      * removed unused code
      
      * flake 8
      
      * add MD5 verification before extraction
      
      * add mock to test
      
      * * unify _verify_archive() method and function
      * remove force flag for parse_*_archive functions
      * cleanup
      
      * flake8
      f46f2c15
  4. 08 Oct, 2019 1 commit
  5. 07 Oct, 2019 3 commits
  6. 04 Oct, 2019 1 commit
  7. 03 Oct, 2019 1 commit
  8. 26 Sep, 2019 1 commit
    • Francisco Massa's avatar
      Fix nightly builds (#1374) · cae0eeee
      Francisco Massa authored
      * Fix nightly builds
      
      * Fix lint
      
      * Disable video_reader tests on Travis
      
      * Disable one more test that segfaults on Travis
      
      * Fix typo in expression
      cae0eeee
  9. 24 Sep, 2019 3 commits
    • ekosman's avatar
      Video clips workers (#1369) · 09823951
      ekosman authored
      * Expose num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      09823951
    • Zhicheng Yan's avatar
      add _backend argument to __init__() of class VideoClips (#1363) · 78743740
      Zhicheng Yan authored
      * add _backend argument to __init__() of class VideoClips
      
      * minor fix
      
      * minor fix
      
      * Make backend private in VideoClips
      
      * Fix lint
      78743740
    • Ardalan's avatar
      add tar.xz archive handler (#1361) · a15ff20f
      Ardalan authored
      * add tar.xz archive handler
      
      * update unittest for tar.xz archive
      
      * remove .tar.xz unittest
      
      * add separate .tar.xz unittest
      
      * update PY2 compatibility
      a15ff20f
  10. 23 Sep, 2019 2 commits
  11. 20 Sep, 2019 1 commit
  12. 16 Sep, 2019 1 commit
  13. 09 Sep, 2019 1 commit
  14. 06 Sep, 2019 1 commit
  15. 02 Sep, 2019 1 commit
  16. 28 Aug, 2019 1 commit
  17. 07 Aug, 2019 1 commit
  18. 01 Aug, 2019 1 commit
  19. 31 Jul, 2019 3 commits
  20. 26 Jul, 2019 3 commits
  21. 24 Jul, 2019 1 commit
  22. 23 Jul, 2019 1 commit
  23. 22 Jul, 2019 1 commit
  24. 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
  25. 16 Jul, 2019 1 commit
  26. 15 Jul, 2019 1 commit
  27. 04 Jul, 2019 1 commit
  28. 01 Jul, 2019 1 commit
  29. 29 Jun, 2019 1 commit
  30. 24 Jun, 2019 1 commit