1. 25 Apr, 2019 2 commits
  2. 24 Apr, 2019 1 commit
  3. 10 Apr, 2019 1 commit
  4. 09 Apr, 2019 2 commits
  5. 08 Apr, 2019 1 commit
  6. 26 Mar, 2019 1 commit
    • ekka's avatar
      Add test for num_class in test_model.py (#815) · 83d3770a
      ekka authored
      * Add test for loading pretrained models
      
      The update modifies the test to check whether the model can successfully load the pretrained weights. Will raise an error if the model parameters are incorrectly defined or named.
      
      * Add test on 'num_class'
      
      Passing num_class equal to a number other than 1000 helps in making the test more enforcing in nature.
      83d3770a
  7. 25 Mar, 2019 2 commits
    • Francisco Massa's avatar
      Add basic model testing. (#811) · 57e87769
      Francisco Massa authored
      * Add basic model testing.
      
      Also fixes flaky test
      
      * Fix flake8
      57e87769
    • ekka's avatar
      Add AffineTransformation (#793) · c88d7fb5
      ekka authored
      * Add Affinetransformation
      
      Add Affinetransformation to superseed LinearTransformation
      
      * Add test
      
      * Add zero mean_vector in LinearTransformation and improved docs
      
      * update
      
      * minor fix
      
      * minor fix2
      
      * fixed flake8
      
      * fix flake8
      
      * fixed transpose syntax
      
      * fixed shape of mean_vector in test
      
      * fixed test
      
      * print est cov and mean
      
      * fixed flake8
      
      * debug
      
      * reduce num_samples
      
      * debug
      
      * fixed num_features
      
      * fixed rtol for cov
      
      * fix __repr__
      
      * Update transforms.py
      
      * Update test_transforms.py
      
      * Update transforms.py
      
      * fix flake8
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Update transforms.py
      
      * Changed dim of mean_vector to 1D, doc and removed .numpy () from format_string
      
      * Restore test_linear_transformation()
      
      * Update test_transforms.py
      c88d7fb5
  8. 01 Mar, 2019 1 commit
  9. 28 Feb, 2019 1 commit
  10. 18 Feb, 2019 1 commit
  11. 13 Feb, 2019 1 commit
  12. 17 Dec, 2018 1 commit
    • surgan12's avatar
      modes added (#688) · be6f6c29
      surgan12 authored
      * modes added
      
      * tests_added
      
      * Update test_transforms.py
      
      * Update test_transforms.py
      
      * Update test_transforms.py
      be6f6c29
  13. 04 Dec, 2018 1 commit
    • Varun Agrawal's avatar
      Fix for #409 (#673) · 2d493d6a
      Varun Agrawal authored
      * added separate checks for dimensionality in to_pil_image and added tests
      
      * updated to_pil_image to use both 2D ndarrays and tensors, as well as refactored the tests
      2d493d6a
  14. 30 Oct, 2018 1 commit
  15. 26 Oct, 2018 1 commit
    • Leon Sixt's avatar
      Fix FashionMNIST loading MNIST (#640) · 36215690
      Leon Sixt authored
      Before this would lead FashionMNIST to contain mnist data:
      
      ```
      MNIST(root, download=True)
      FashionMNIST(root, download=True)
      ```
      
      As MNIST and FashionMNIST are the same classes, the processed
      outputs actual ended up to be the same files. This commit now
      stores them at different files and also stores the class name when
      saving them. I also added md5 sums.
      36215690
  16. 25 Oct, 2018 1 commit
  17. 29 Aug, 2018 1 commit
  18. 25 Aug, 2018 1 commit
  19. 28 May, 2018 1 commit
  20. 15 May, 2018 1 commit
  21. 04 May, 2018 1 commit
  22. 16 Apr, 2018 1 commit
  23. 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
  24. 04 Apr, 2018 1 commit
  25. 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
  26. 09 Mar, 2018 2 commits
  27. 20 Feb, 2018 1 commit
  28. 12 Feb, 2018 3 commits
  29. 01 Jan, 2018 1 commit
  30. 13 Nov, 2017 1 commit
  31. 09 Nov, 2017 1 commit
  32. 02 Nov, 2017 1 commit
  33. 17 Oct, 2017 2 commits