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