1. 20 Jun, 2019 1 commit
  2. 14 Jun, 2019 2 commits
  3. 13 Jun, 2019 1 commit
    • Francisco Massa's avatar
      Minor test refactorings (#1011) · e402d43f
      Francisco Massa authored
      * Make tests work on fbcode
      
      * Lint
      
      * Fix rebase error
      
      * Properly use get_file_path_2
      
      * Fix wrong use of get_file_path_2 again
      
      * Missing import
      e402d43f
  4. 22 May, 2019 1 commit
  5. 25 Apr, 2019 1 commit
  6. 09 Apr, 2019 1 commit
  7. 25 Mar, 2019 2 commits
    • Francisco Massa's avatar
      Add basic model testing. (#811) · 57e87769
      Francisco Massa authored
      * Add basic model testing.
      
      Also fixes flaky test
      
      * Fix flake8
      57e87769
    • ekka's avatar
      Add AffineTransformation (#793) · c88d7fb5
      ekka authored
      * Add Affinetransformation
      
      Add Affinetransformation to superseed LinearTransformation
      
      * Add test
      
      * Add zero mean_vector in LinearTransformation and improved docs
      
      * update
      
      * minor fix
      
      * minor fix2
      
      * fixed flake8
      
      * fix flake8
      
      * fixed transpose syntax
      
      * fixed shape of mean_vector in test
      
      * fixed test
      
      * print est cov and mean
      
      * fixed flake8
      
      * debug
      
      * reduce num_samples
      
      * debug
      
      * fixed num_features
      
      * fixed rtol for cov
      
      * fix __repr__
      
      * Update transforms.py
      
      * Update test_transforms.py
      
      * Update transforms.py
      
      * fix flake8
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Changed dim of mean_vector to 1D, doc and removed .numpy () from format_string
      
      * Restore test_linear_transformation()
      
      * Update test_transforms.py
      c88d7fb5
  8. 18 Feb, 2019 1 commit
  9. 13 Feb, 2019 1 commit
  10. 17 Dec, 2018 1 commit
    • surgan12's avatar
      modes added (#688) · be6f6c29
      surgan12 authored
      * modes added
      
      * tests_added
      
      * Update test_transforms.py
      
      * Update test_transforms.py
      
      * Update test_transforms.py
      be6f6c29
  11. 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
  12. 25 Aug, 2018 1 commit
  13. 28 May, 2018 1 commit
  14. 15 May, 2018 1 commit
  15. 16 Apr, 2018 1 commit
  16. 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
  17. 04 Apr, 2018 1 commit
  18. 20 Feb, 2018 1 commit
  19. 12 Feb, 2018 3 commits
  20. 01 Jan, 2018 1 commit
  21. 13 Nov, 2017 1 commit
  22. 09 Nov, 2017 1 commit
  23. 02 Nov, 2017 1 commit
  24. 17 Oct, 2017 1 commit
    • Alykhan Tejani's avatar
      Add mode to ToPILImage constructor (#300) · 901c1ad2
      Alykhan Tejani authored
      * add assert for byte tensor to_pil_image
      
      * add mode param to ToPILImage
      
      * add some more tests
      
      * fix formatiing on error messages
      
      * added tests for to_pil_image with mode param
      
      * flake8 fixes
      901c1ad2
  25. 15 Oct, 2017 1 commit
  26. 13 Oct, 2017 1 commit
  27. 12 Oct, 2017 1 commit
  28. 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
  29. 05 Oct, 2017 1 commit
  30. 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
  31. 01 Oct, 2017 1 commit
  32. 26 Sep, 2017 3 commits
  33. 16 Sep, 2017 1 commit
  34. 12 Sep, 2017 1 commit