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 4 commits
  3. 20 Aug, 2021 1 commit
  4. 19 Aug, 2021 2 commits
  5. 18 Aug, 2021 2 commits
    • Aditya Oke's avatar
      Added typing annotations to transforms/functional_pil (#4234) · 759c5b6d
      Aditya Oke authored
      
      
      * fix
      
      * add functional PIL typings
      
      * fix types
      
      * fix types
      
      * fix a small one
      
      * small fix
      
      * fix type
      
      * fix interpolation types
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      759c5b6d
    • Alex Lin's avatar
      Replace get_tmp_dir() with tmpdir fixture in tests (#4280) · 98cb4ead
      Alex Lin authored
      
      
      * Replace in test_datasets*
      
      * Replace in test_image.py
      
      * Replace in test_transforms_tensor.py
      
      * Replace in test_internet.py and test_io.py
      
      * get_list_of_videos is util function still use get_tmp_dir
      
      * Fix get_list_of_videos siginiture
      
      * Add get_tmp_dir import
      
      * Modify test_datasets_video_utils.py for test to pass
      
      * Fix indentation
      
      * Replace get_tmp_dir in util functions in test_dataset_sampler.py
      
      * Replace get_tmp_dir in util functions in test_dataset_video_utils.py
      
      * Move get_tmp_dir() to datasets_utils.py and refactor
      
      * Fix pylint, indentation and imports
      
      * import shutil to common_util.py
      
      * Fix function signiture
      
      * Remove get_list_of_videos under context manager
      
      * Move get_list_of_videos to common_utils.py
      
      * Move get_tmp_dir() back to common_utils.py
      
      * Fix pylint and imports
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      98cb4ead
  6. 17 Aug, 2021 3 commits
  7. 16 Aug, 2021 4 commits
  8. 13 Aug, 2021 1 commit
  9. 12 Aug, 2021 2 commits
  10. 09 Aug, 2021 1 commit
  11. 06 Aug, 2021 4 commits
  12. 04 Aug, 2021 3 commits
  13. 03 Aug, 2021 1 commit
  14. 02 Aug, 2021 1 commit
  15. 30 Jul, 2021 1 commit
  16. 29 Jul, 2021 1 commit
  17. 28 Jul, 2021 2 commits
  18. 27 Jul, 2021 1 commit
  19. 26 Jul, 2021 1 commit
  20. 25 Jul, 2021 1 commit