1. 04 Dec, 2018 1 commit
    • Varun Agrawal's avatar
      Fix for #409 (#673) · 2d493d6a
      Varun Agrawal authored
      * added separate checks for dimensionality in to_pil_image and added tests
      
      * updated to_pil_image to use both 2D ndarrays and tensors, as well as refactored the tests
      2d493d6a
  2. 30 Oct, 2018 1 commit
  3. 26 Oct, 2018 1 commit
    • Leon Sixt's avatar
      Fix FashionMNIST loading MNIST (#640) · 36215690
      Leon Sixt authored
      Before this would lead FashionMNIST to contain mnist data:
      
      ```
      MNIST(root, download=True)
      FashionMNIST(root, download=True)
      ```
      
      As MNIST and FashionMNIST are the same classes, the processed
      outputs actual ended up to be the same files. This commit now
      stores them at different files and also stores the class name when
      saving them. I also added md5 sums.
      36215690
  4. 25 Oct, 2018 1 commit
  5. 29 Aug, 2018 1 commit
  6. 25 Aug, 2018 1 commit
  7. 28 May, 2018 1 commit
  8. 15 May, 2018 1 commit
  9. 04 May, 2018 1 commit
  10. 16 Apr, 2018 1 commit
  11. 06 Apr, 2018 1 commit
    • anguelos's avatar
      A minor change for transforms.RandomCrop (#462) · 4e6faa75
      anguelos authored
      * Made transorms.RandomCrop tolerate images smaller than the given size.
      
      * Extended the tescase for transforms.RandomCrop
      
      * Made the testcase test for owidth=width+1
      
      * Fixed the one pixel pading and the testcase
      
      * Fixed minor lintint errors. flake8 passes.
      4e6faa75
  12. 04 Apr, 2018 1 commit
  13. 10 Mar, 2018 1 commit
    • Frédérik Paradis's avatar
      Adding a DatasetFolder class. (#444) · fa377c47
      Frédérik Paradis authored
      * Adding tests to ImageFolder
      
      * Adding DatasetFolder class
      
      * Fix tests for pytest and code for lint checker
      
      * Adding mock to requirements for ImageFolder tests
      
      * Remove mocks from requirements
      fa377c47
  14. 09 Mar, 2018 2 commits
  15. 20 Feb, 2018 1 commit
  16. 12 Feb, 2018 3 commits
  17. 01 Jan, 2018 1 commit
  18. 13 Nov, 2017 1 commit
  19. 09 Nov, 2017 1 commit
  20. 02 Nov, 2017 1 commit
  21. 17 Oct, 2017 2 commits
  22. 15 Oct, 2017 1 commit
  23. 13 Oct, 2017 1 commit
  24. 12 Oct, 2017 1 commit
  25. 07 Oct, 2017 1 commit
    • Iacopo Poli's avatar
      Added Whiten transform and its section in README (#263) · cee28367
      Iacopo Poli authored
      * added Whiten transform and relative section in README
      
      * added Whiten transform and its section in README
      
      * fixed lint
      
      * fixed lint again
      
      * added linear transformation and whitening test unitary covariance
      
      * fixed lint and test
      
      * commit before rebasing
      
      * before rebase
      
      * added assertion to check matrix size
      
      * fix readme
      
      * added space around operator
      
      * replace assert with raise ValueError, fix spaces and readme
      cee28367
  26. 05 Oct, 2017 1 commit
  27. 04 Oct, 2017 1 commit
    • Sasank Chilamkurthy's avatar
      Add Color transforms (#275) · 618072bf
      Sasank Chilamkurthy authored
      * Add adjust_hue and adjust_saturation
      
      * Add adjust_brightness, adjust_contrast
      
      Also
      * Change adjust_saturation to use pillow implementation
      * Documentation made clear
      
      * Add adjust_gamma
      
      * Add ColorJitter
      
      * Address review comments
      
      * Fix documentation for ColorJitter
      
      * Address review comments 2
      
      * Fallback to adjust_hue in case of BW images
      
      * Add tests
      
      * fix dtype
      618072bf
  28. 01 Oct, 2017 1 commit
  29. 26 Sep, 2017 3 commits
  30. 16 Sep, 2017 1 commit
  31. 12 Sep, 2017 1 commit
  32. 08 Sep, 2017 1 commit
  33. 04 Sep, 2017 1 commit
  34. 03 Sep, 2017 1 commit