1. 15 Mar, 2021 1 commit
  2. 03 Mar, 2021 1 commit
  3. 02 Feb, 2021 1 commit
  4. 15 Jan, 2021 1 commit
  5. 07 Jan, 2021 1 commit
  6. 20 Nov, 2020 1 commit
  7. 30 Jul, 2020 1 commit
  8. 03 Jul, 2020 1 commit
  9. 22 Jun, 2020 1 commit
  10. 31 Mar, 2020 1 commit
    • 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
  11. 16 Mar, 2020 1 commit
  12. 10 Dec, 2019 1 commit
  13. 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
  14. 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
  15. 24 Sep, 2019 1 commit
    • 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
  16. 07 Aug, 2019 1 commit
  17. 26 Jul, 2019 1 commit
  18. 13 Jun, 2019 1 commit
  19. 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
  20. 29 May, 2019 1 commit
    • Francisco Massa's avatar
      [WIP] Add tests for datasets (#966) · c59f0474
      Francisco Massa authored
      * WIP
      
      * WIP: minor improvements
      
      * Add tests
      
      * Fix typo
      
      * Use download_and_extract on caltech, cifar and omniglot
      
      * Add a print message during extraction
      
      * Remove EMNIST from test
      c59f0474
  21. 25 Apr, 2019 1 commit
  22. 07 Mar, 2019 1 commit
    • Bryan He's avatar
      Add Caltech101, Caltech256, and CelebA (#775) · 9d9f48a3
      Bryan He authored
      * Add Caltech101 and Caltech256
      
      * Add information about default for target_type
      
      * Fix docs
      
      * Add function to download from Google Drive
      
      * Add CelebA dataset
      
      * Only import pandas when needed
      
      * Addressing comments
      
      * Remove trailing whitespace
      
      * Replace torch.LongTensor with torch.as_tensor
      9d9f48a3
  23. 01 Mar, 2019 1 commit
  24. 28 Feb, 2019 1 commit
  25. 04 Dec, 2018 1 commit
  26. 25 Oct, 2018 1 commit
  27. 17 Sep, 2018 1 commit
  28. 25 Jun, 2018 1 commit
  29. 06 Jun, 2018 1 commit
  30. 11 May, 2018 1 commit
    • Maruth Goyal's avatar
      Progress Bar for download_url (#497) · 47214f05
      Maruth Goyal authored
      * Added Progress Bar to the dataset downloading utility
      
      * Updated progressbar to update by blcoks
      
      * Added progressbar2 to the requirements
      
      * fixed style issues
      
      * Shifted from progressbar to tqdm
      47214f05
  31. 28 Jan, 2018 1 commit
    • Sanyam Kapoor's avatar
      Omniglot Dataset (#323) · dac9efae
      Sanyam Kapoor authored
      * Add basic Omniglot dataset loader
      
      * Remove unused import
      
      * Add Omniglot random pair to sample pair of characters
      
      * Precompute random set of pairs, deterministic after object instantiation
      
      * Export OmniglotRandomPair via the datasets module interfact
      
      * Fix naming convention, use sum instead of reduce
      
      * Fix downloading to not download everything, fix Python2 syntax
      
      * Fix end line lint
      
      * Add random_seed, syntax fixes
      
      * Remove randomized pair, take up as a separate generic wrapper
      
      * Fix master conflict
      dac9efae
  32. 31 Oct, 2017 1 commit
  33. 15 Sep, 2017 1 commit
  34. 13 Jun, 2017 1 commit
  35. 18 Mar, 2017 3 commits