1. 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
  2. 04 Apr, 2018 3 commits
  3. 27 Mar, 2018 1 commit
  4. 23 Mar, 2018 1 commit
  5. 21 Mar, 2018 2 commits
  6. 20 Mar, 2018 2 commits
  7. 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
  8. 09 Mar, 2018 2 commits
  9. 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
  10. 02 Mar, 2018 1 commit
  11. 26 Feb, 2018 1 commit
  12. 20 Feb, 2018 2 commits
  13. 14 Feb, 2018 1 commit
  14. 12 Feb, 2018 4 commits
  15. 09 Feb, 2018 1 commit
  16. 06 Feb, 2018 1 commit
  17. 31 Jan, 2018 1 commit
  18. 30 Jan, 2018 4 commits
  19. 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
  20. 04 Jan, 2018 1 commit
  21. 03 Jan, 2018 1 commit
  22. 02 Jan, 2018 1 commit
  23. 01 Jan, 2018 1 commit
  24. 20 Dec, 2017 1 commit
  25. 18 Dec, 2017 1 commit
  26. 14 Dec, 2017 1 commit
  27. 07 Dec, 2017 1 commit
  28. 06 Dec, 2017 1 commit
    • Alykhan Tejani's avatar
      Fix PIL img close warning (#357) · 6c2ac026
      Alykhan Tejani authored
      * add scale and ratio params to RandomResizedCrop.get_params
      
      * don't use Image as a context manager to avoid exceptions on close
      
      * flake8
      6c2ac026