1. 30 Jan, 2018 1 commit
  2. 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
  3. 04 Jan, 2018 1 commit
  4. 02 Jan, 2018 1 commit
  5. 01 Jan, 2018 1 commit
  6. 20 Dec, 2017 1 commit
  7. 14 Dec, 2017 1 commit
  8. 07 Dec, 2017 1 commit
  9. 06 Dec, 2017 4 commits
  10. 03 Dec, 2017 1 commit
  11. 25 Nov, 2017 1 commit
  12. 24 Nov, 2017 1 commit
  13. 23 Nov, 2017 2 commits
  14. 21 Nov, 2017 1 commit
  15. 17 Nov, 2017 1 commit
  16. 13 Nov, 2017 1 commit
  17. 12 Nov, 2017 1 commit
  18. 09 Nov, 2017 1 commit
  19. 07 Nov, 2017 3 commits
  20. 06 Nov, 2017 1 commit
  21. 03 Nov, 2017 1 commit
  22. 02 Nov, 2017 1 commit
  23. 31 Oct, 2017 1 commit
  24. 30 Oct, 2017 1 commit
  25. 22 Oct, 2017 1 commit
  26. 17 Oct, 2017 2 commits
  27. 12 Oct, 2017 2 commits
  28. 07 Oct, 2017 4 commits
  29. 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