1. 14 Dec, 2018 1 commit
  2. 13 Dec, 2018 3 commits
  3. 11 Dec, 2018 1 commit
  4. 06 Dec, 2018 3 commits
    • Benjamin Pinaya's avatar
      VOCSegmentation, VOCDetection, linting passing, examples. (#663) · e489abc6
      Benjamin Pinaya authored
      
      
      * VOC Dataset, linted, flak8 passing, samples on gist.
      
      * Double backtick on values.
      
      * Apply suggestions from code review
      
      Add suggestions from @ellisbrown, using dict of dicts instead of array index.
      Co-Authored-By: default avatarbpinaya <bpg_92@hotmail.com>
      
      * Fixed errors with the new comments.
      
      * Added documentation on RST
      
      * Removed getBB, added parse_voc_xml, variable naming change.
      
      * Removed unused variable, removed VOC_CLASSES, two new gists for test.
      e489abc6
    • Yuxin Wu's avatar
      Zero-init the residual branch in resnet (#498) · 4cc6f45a
      Yuxin Wu authored
      * Zero-init the residual branch in resnet
      
      * Add zero_init_residual as an option
      4cc6f45a
    • Will Frey's avatar
      Add scipy as a dependency to setup.py (#675) · 5123ded4
      Will Frey authored
      * Add scipy as a dependency to setup.py
      
      `scipy` is imported in both the `torchvision.datasets.svhn` module and the `torchvision.models.inception` module.
      
      * Update setup.py
      
      Make scipy optional. It can be installed with `pip install torchvision[scipy]`.
      5123ded4
  5. 04 Dec, 2018 3 commits
  6. 27 Nov, 2018 1 commit
  7. 12 Nov, 2018 2 commits
  8. 06 Nov, 2018 2 commits
  9. 02 Nov, 2018 1 commit
  10. 30 Oct, 2018 1 commit
  11. 26 Oct, 2018 3 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
    • Ailing's avatar
      Hub (#639) · c7e9bd30
      Ailing authored
      * init hub.py
      
      * rename hub.py -> hub_info.py
      
      * torchvision_hub->torchvision; use alexnet as example since it's smaller
      
      * alexnet -> resnet18
      
      * update repo example structure
      
      * address comment
      
      * add readme as comment
      
      * address comment
      
      * fix lint
      c7e9bd30
  12. 25 Oct, 2018 2 commits
  13. 24 Oct, 2018 1 commit
  14. 11 Oct, 2018 1 commit
  15. 01 Oct, 2018 1 commit
  16. 21 Sep, 2018 1 commit
  17. 17 Sep, 2018 2 commits
  18. 13 Sep, 2018 1 commit
  19. 11 Sep, 2018 3 commits
  20. 29 Aug, 2018 1 commit
  21. 25 Aug, 2018 1 commit
  22. 16 Aug, 2018 1 commit
  23. 02 Aug, 2018 1 commit
  24. 31 Jul, 2018 1 commit
  25. 30 Jul, 2018 1 commit
    • yaox12's avatar
      ColorJitter Enhancement (#548) · b51a2c31
      yaox12 authored
      * ColorJitter Enhancement
      
      * reduce redundancy
      
      * improve functional
      
      * check input in init
      
      * fix ci fail
      b51a2c31
  26. 27 Jul, 2018 1 commit