1. 09 Jun, 2021 3 commits
  2. 08 Jun, 2021 1 commit
  3. 07 Jun, 2021 1 commit
  4. 04 Jun, 2021 4 commits
  5. 01 Jun, 2021 5 commits
  6. 27 May, 2021 1 commit
  7. 25 May, 2021 2 commits
  8. 24 May, 2021 1 commit
  9. 22 May, 2021 1 commit
  10. 21 May, 2021 4 commits
  11. 20 May, 2021 3 commits
  12. 19 May, 2021 1 commit
  13. 18 May, 2021 2 commits
  14. 17 May, 2021 5 commits
  15. 13 May, 2021 3 commits
  16. 12 May, 2021 1 commit
  17. 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