1. 13 Feb, 2019 2 commits
    • Alex Alemi's avatar
      Update URL for EMNIST (#726) · 680c7459
      Alex Alemi authored
      * Update URL for EMNIST
      
      Update the dataset and download URL for EMNIST to the url from the updated arxiv version.
      
      * Update mnist.py
      680c7459
    • Jonas's avatar
      Added size information for inception v3 (#719) · 6df85a68
      Jonas authored
      * Added size information for inception v3
      
      Since inception v3 expects in contrast to the other models a size
      of 299x299x3 I added a small note in the docstring to point that out
      (addresses #560)
      
      * inception size info in note box; fixed line length
      
      * removed trailing whitespace
      6df85a68
  2. 12 Feb, 2019 2 commits
  3. 11 Feb, 2019 1 commit
  4. 25 Jan, 2019 1 commit
  5. 08 Jan, 2019 1 commit
    • surgan12's avatar
      Doc changes (#711) · 8f0ef5a7
      surgan12 authored
      * doc change
      
      * doc changes
      
      * lint_checks
      
      * Update transforms.py
      8f0ef5a7
  6. 30 Dec, 2018 1 commit
    • surgan12's avatar
      normalise updates (#699) · 21153802
      surgan12 authored
      * normalise
      
      * some changes
      
      * Update functional.py
      
      * Update functional.py
      
      * code changes
      21153802
  7. 25 Dec, 2018 2 commits
  8. 21 Dec, 2018 1 commit
  9. 20 Dec, 2018 1 commit
  10. 18 Dec, 2018 1 commit
  11. 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
  12. 14 Dec, 2018 1 commit
  13. 13 Dec, 2018 2 commits
  14. 11 Dec, 2018 1 commit
  15. 06 Dec, 2018 2 commits
  16. 04 Dec, 2018 3 commits
  17. 27 Nov, 2018 1 commit
  18. 12 Nov, 2018 2 commits
  19. 06 Nov, 2018 2 commits
  20. 02 Nov, 2018 1 commit
  21. 30 Oct, 2018 1 commit
  22. 26 Oct, 2018 2 commits
    • Erik Gaasedelen's avatar
      move area calculation out of loop (#641) · 62cbf0bf
      Erik Gaasedelen authored
      * move area calculation out of loop
      
      No need to calculate area 10 times when it doesn't change.
      
      * lint
      62cbf0bf
    • 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
  23. 25 Oct, 2018 2 commits
  24. 24 Oct, 2018 1 commit
  25. 01 Oct, 2018 1 commit
  26. 21 Sep, 2018 1 commit
  27. 17 Sep, 2018 2 commits
  28. 11 Sep, 2018 1 commit