1. 21 May, 2021 14 commits
  2. 20 May, 2021 4 commits
  3. 19 May, 2021 3 commits
  4. 18 May, 2021 2 commits
  5. 17 May, 2021 9 commits
  6. 15 May, 2021 1 commit
  7. 14 May, 2021 1 commit
  8. 13 May, 2021 3 commits
  9. 12 May, 2021 1 commit
  10. 11 May, 2021 2 commits
    • Aditya Oke's avatar
      Fix io docs and expose `ImageReadMode` in `torchvision.io` (#3812) · 6374cff2
      Aditya Oke authored
      
      
      * Fix io imports and expose methods
      
      * fix fmt
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      6374cff2
    • Vasilis Vryniotis's avatar
      Add SSDlite architecture with MobileNetV3 backbones (#3757) · 43d77206
      Vasilis Vryniotis authored
      * Partial implementation of SSDlite.
      
      * Add normal init and BN hyperparams.
      
      * Refactor to keep JIT happy
      
      * Completed SSDlite.
      
      * Fix lint
      
      * Update todos
      
      * Add expected file in repo.
      
      * Use C4 expansion instead of C4 output.
      
      * Change scales formula for Default Boxes.
      
      * Add cosine annealing on trainer.
      
      * Make T_max count epochs.
      
      * Fix test and handle corner-case.
      
      * Add support of support width_mult
      
      * Add ssdlite presets.
      
      * Change ReLU6, [-1,1] rescaling, backbone init & no pretraining.
      
      * Use _reduced_tail=True.
      
      * Add sync BN support.
      
      * Adding the best config along with its weights and documentation.
      
      * Make mean/std configurable.
      
      * Fix not implemented for half exception
      43d77206