1. 24 Mar, 2019 1 commit
  2. 20 Mar, 2019 1 commit
  3. 19 Mar, 2019 1 commit
    • Philip Meier's avatar
      ImageNet dataset (#764) · 69382912
      Philip Meier authored
      * initial commit
      
      * fixed Python2 issue
      
      * fixed naming incorrectness and Python2 compability
      
      * fixed preparation of train folder
      
      * removed detection dataset
      
      * added docstring and repr
      
      * moved import of scipy to make the import of torchvision independent of it
      
      * improved conversion from class string to index
      
      * removed support for other years than 2012
      
      * removed accidentally added file
      
      * moved emptying of split folder to avoid accidental deletion
      
      * removed deletion of the images
      
      * removed error conversion for Python2
      
      * Aligned class indices with the indices identified by ImageFolder class
      69382912
  4. 11 Mar, 2019 3 commits
  5. 09 Mar, 2019 4 commits
  6. 07 Mar, 2019 3 commits
    • Bryan He's avatar
      Add Caltech101, Caltech256, and CelebA (#775) · 9d9f48a3
      Bryan He authored
      * Add Caltech101 and Caltech256
      
      * Add information about default for target_type
      
      * Fix docs
      
      * Add function to download from Google Drive
      
      * Add CelebA dataset
      
      * Only import pandas when needed
      
      * Addressing comments
      
      * Remove trailing whitespace
      
      * Replace torch.LongTensor with torch.as_tensor
      9d9f48a3
    • maria8899's avatar
      Update directory documentation (#778) · ab86a3a1
      maria8899 authored
      ab86a3a1
    • Michael Kösel's avatar
      Add GoogLeNet (Inception v1) (#678) · a2093007
      Michael Kösel authored
      * Add GoogLeNet (Inception v1)
      
      * Fix missing padding
      
      * Add missing ReLu to aux classifier
      
      * Add Batch normalized version of GoogLeNet
      
      * Use ceil_mode instead of padding and initialize weights using "xavier"
      
      * Match BVLC GoogLeNet zero initialization of classifier
      
      * Small cleanup
      
      * use adaptive avg pool
      
      * adjust network to match TensorFlow
      
      * Update url of pre-trained model and add classification results on ImageNet
      
      * Bugfix that improves performance by 1 point
      a2093007
  7. 01 Mar, 2019 1 commit
  8. 28 Feb, 2019 2 commits
  9. 27 Feb, 2019 1 commit
  10. 26 Feb, 2019 1 commit
  11. 21 Feb, 2019 1 commit
  12. 18 Feb, 2019 2 commits
  13. 14 Feb, 2019 4 commits
  14. 13 Feb, 2019 3 commits
  15. 12 Feb, 2019 2 commits
  16. 11 Feb, 2019 1 commit
  17. 25 Jan, 2019 1 commit
  18. 08 Jan, 2019 1 commit
    • surgan12's avatar
      Doc changes (#711) · 8f0ef5a7
      surgan12 authored
      * doc change
      
      * doc changes
      
      * lint_checks
      
      * Update transforms.py
      8f0ef5a7
  19. 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
  20. 25 Dec, 2018 2 commits
  21. 21 Dec, 2018 1 commit
  22. 20 Dec, 2018 1 commit
  23. 18 Dec, 2018 1 commit
  24. 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