1. 02 Sep, 2021 1 commit
  2. 27 Aug, 2021 1 commit
  3. 26 Aug, 2021 2 commits
    • Vasilis Vryniotis's avatar
    • 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
  4. 23 Aug, 2021 1 commit
  5. 20 Aug, 2021 1 commit
  6. 19 Aug, 2021 1 commit
  7. 18 Aug, 2021 1 commit
    • 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
  8. 17 Aug, 2021 1 commit
  9. 16 Aug, 2021 1 commit
  10. 12 Aug, 2021 1 commit
  11. 06 Aug, 2021 2 commits
  12. 04 Aug, 2021 2 commits
  13. 02 Aug, 2021 1 commit
  14. 28 Jul, 2021 2 commits
  15. 27 Jul, 2021 1 commit
  16. 26 Jul, 2021 1 commit
  17. 25 Jul, 2021 1 commit
  18. 22 Jul, 2021 2 commits
  19. 16 Jul, 2021 1 commit
  20. 14 Jul, 2021 1 commit
  21. 12 Jul, 2021 3 commits
  22. 01 Jul, 2021 1 commit
  23. 28 Jun, 2021 2 commits
  24. 25 Jun, 2021 2 commits
  25. 23 Jun, 2021 3 commits
  26. 21 Jun, 2021 1 commit
  27. 17 Jun, 2021 1 commit
  28. 16 Jun, 2021 2 commits