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