1. 26 Aug, 2021 4 commits
    • Vasilis Vryniotis's avatar
      Add EfficientNet Architecture in TorchVision (#4293) · 37a9ee5b
      Vasilis Vryniotis authored
      * Adding code skeleton
      
      * Adding MBConvConfig.
      
      * Extend SqueezeExcitation to support custom min_value and activation.
      
      * Implement MBConv.
      
      * Replace stochastic_depth with operator.
      
      * Adding the rest of the EfficientNet implementation
      
      * Update torchvision/models/efficientnet.py
      
      * Replacing 1st activation of SE with SiLU.
      
      * Adding efficientnet_b3.
      
      * Replace mobilenetv3 assets with custom.
      
      * Switch to standard sigmoid and reconfiguring BN.
      
      * Reconfiguration of efficientnet.
      
      * Add repr
      
      * Add weights.
      
      * Update weights.
      
      * Adding B5-B7 weights.
      
      * Update docs and hubconf.
      
      * Fix doc link.
      
      * Fix typo on comment.
      37a9ee5b
    • Vasilis Vryniotis's avatar
      Fix broken clang format test. (#4320) · d004d779
      Vasilis Vryniotis authored
      d004d779
    • Vasilis Vryniotis's avatar
      7a0184aa
    • Vasilis Vryniotis's avatar
      [FBcode->GH] Port quantize_val and dequantize_val into torchvision to avoid... · 32f95c77
      Vasilis Vryniotis authored
      
      [FBcode->GH] Port quantize_val and dequantize_val into torchvision to avoid at::native and android xplat incompatibility (#4311)
      
      Summary:
      This diff ports `quantize_val` and `dequantize_val` from at::native to torchvision because native kernels are incompatible with android xplat builds (see D30234056).
      
      This should only be temporary until we find a way to move those functions out of at::native, or until the at::native / android incompatibility disappears.
      
      Reviewed By: fmassa
      
      Differential Revision: D30393619
      
      fbshipit-source-id: 18b7b1b349ad9a24088a120e23da7535f7fa7ddc
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      32f95c77
  2. 23 Aug, 2021 3 commits
    • F-G Fernandez's avatar
      Added typing annotations to models/video (#4229) · 11d36292
      F-G Fernandez authored
      * style: Added typing to models/video
      
      * style: Fixed typing
      
      * style: Fixed typing
      
      * style: Fixed typing
      
      * refactor: Removed default value for stem
      
      * docs: Fixed docstring of VideoResNet
      
      * style: Refactored typing
      
      * docs: Fixed docstring
      
      * style: Fixed typing
      
      * docs: Specified docstring
      
      * typing: Fixed tying
      
      * docs: Fixed docstring
      
      * Undoing change.
      11d36292
    • F-G Fernandez's avatar
      Added typing annotations to models/segmentation (#4227) · 185be3a9
      F-G Fernandez authored
      * style: Added typing annotations to segmentation/_utils
      
      * style: Added typing annotations to segmentation/segmentation
      
      * style: Added typing annotations to remaining segmentation models
      
      * style: Fixed typing of DeepLab
      
      * style: Fixed typing
      
      * fix: Fixed typing annotations & default values
      
      * Fixing python_type_check
      185be3a9
    • Nikita Shulga's avatar
      7947fc8f
  3. 20 Aug, 2021 1 commit
  4. 19 Aug, 2021 1 commit
  5. 18 Aug, 2021 1 commit
  6. 17 Aug, 2021 1 commit
  7. 16 Aug, 2021 3 commits
  8. 13 Aug, 2021 1 commit
  9. 12 Aug, 2021 2 commits
  10. 09 Aug, 2021 1 commit
  11. 06 Aug, 2021 1 commit
  12. 04 Aug, 2021 1 commit
  13. 29 Jul, 2021 1 commit
  14. 28 Jul, 2021 1 commit
  15. 25 Jul, 2021 1 commit
  16. 20 Jul, 2021 1 commit
  17. 16 Jul, 2021 2 commits
  18. 15 Jul, 2021 1 commit
  19. 08 Jul, 2021 1 commit
  20. 05 Jul, 2021 1 commit
  21. 01 Jul, 2021 1 commit
  22. 30 Jun, 2021 1 commit
  23. 28 Jun, 2021 2 commits
  24. 24 Jun, 2021 2 commits
  25. 23 Jun, 2021 3 commits
  26. 22 Jun, 2021 1 commit
  27. 21 Jun, 2021 1 commit