1. 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
  2. 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
  3. 23 Sep, 2019 2 commits
  4. 20 Sep, 2019 1 commit
  5. 16 Sep, 2019 1 commit
  6. 09 Sep, 2019 1 commit
  7. 06 Sep, 2019 1 commit
  8. 02 Sep, 2019 1 commit
  9. 28 Aug, 2019 1 commit
  10. 07 Aug, 2019 1 commit
  11. 01 Aug, 2019 1 commit
  12. 31 Jul, 2019 3 commits
  13. 26 Jul, 2019 3 commits
  14. 24 Jul, 2019 1 commit
  15. 23 Jul, 2019 1 commit
  16. 22 Jul, 2019 1 commit
  17. 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
  18. 16 Jul, 2019 1 commit
  19. 15 Jul, 2019 1 commit
  20. 04 Jul, 2019 1 commit
  21. 01 Jul, 2019 1 commit
  22. 29 Jun, 2019 1 commit
  23. 24 Jun, 2019 2 commits
  24. 20 Jun, 2019 1 commit
  25. 13 Jun, 2019 1 commit
  26. 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
  27. 11 Jun, 2019 2 commits
  28. 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
  29. 29 May, 2019 2 commits