1. 30 Jan, 2018 3 commits
  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 3 commits
    • 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
    • Sasank Chilamkurthy's avatar
      Fix transforms documentation. · 4e9c5c96
      Sasank Chilamkurthy authored
      PIL.Image is renamed to 'PIL Image' because PIL.Image is the module and PIL.Image.Image is the class we are referring but is too long to put in docstrings
      4e9c5c96
    • Sasank Chilamkurthy's avatar
      Fix models documentation · cd20d5f6
      Sasank Chilamkurthy authored
      cd20d5f6