1. 09 May, 2018 1 commit
  2. 04 May, 2018 1 commit
  3. 30 Apr, 2018 1 commit
  4. 24 Apr, 2018 1 commit
  5. 21 Apr, 2018 1 commit
  6. 16 Apr, 2018 2 commits
  7. 12 Apr, 2018 1 commit
  8. 07 Apr, 2018 1 commit
  9. 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
  10. 04 Apr, 2018 3 commits
  11. 27 Mar, 2018 1 commit
  12. 23 Mar, 2018 1 commit
  13. 21 Mar, 2018 2 commits
  14. 20 Mar, 2018 2 commits
  15. 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
  16. 09 Mar, 2018 2 commits
  17. 08 Mar, 2018 1 commit
    • Francisco Massa's avatar
      Update link of ImageNet preprocessing · 456d3b97
      Francisco Massa authored
      It was pointing to an old version where the validation pre-processing was the same as the training pre-processing, and thus had randomness in it (instead of CenterCrop).
      456d3b97
  18. 02 Mar, 2018 1 commit
  19. 26 Feb, 2018 1 commit
  20. 20 Feb, 2018 2 commits
  21. 14 Feb, 2018 1 commit
  22. 12 Feb, 2018 4 commits
  23. 09 Feb, 2018 1 commit
  24. 06 Feb, 2018 1 commit
  25. 31 Jan, 2018 1 commit
  26. 30 Jan, 2018 4 commits
  27. 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