"vscode:/vscode.git/clone" did not exist on "f2170e242cb3995ae4e7b5efedb6f2a5658445f3"
  1. 26 Mar, 2019 6 commits
  2. 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
  3. 24 Mar, 2019 1 commit
  4. 20 Mar, 2019 1 commit
  5. 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
  6. 11 Mar, 2019 3 commits
  7. 09 Mar, 2019 4 commits
  8. 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
  9. 06 Mar, 2019 1 commit
  10. 01 Mar, 2019 1 commit
  11. 28 Feb, 2019 2 commits
  12. 27 Feb, 2019 1 commit
  13. 26 Feb, 2019 1 commit
  14. 23 Feb, 2019 1 commit
  15. 21 Feb, 2019 1 commit
  16. 18 Feb, 2019 2 commits
  17. 14 Feb, 2019 4 commits
  18. 13 Feb, 2019 4 commits
  19. 12 Feb, 2019 1 commit