1. 06 Sep, 2021 2 commits
    • Alexander Soare's avatar
      Add FX feature extraction as an alternative to intermediate_layer_getter (#4302) · 72d650ae
      Alexander Soare authored
      
      
      * add fx feature extraction util
      
      * Make it possible to use train and eval mode
      
      * FX feature extraction - Tweaks and small bug fixes
      
      * FX feature extraction - add tests
      
      * move to feature_extraction.py, add LeafModuleAwareTracer, add docs
      
      * Tweaks to docs
      
      * addressing latest round of feedback
      
      * undo line spacing changes
      
      * change type hints in docstrings
      
      * fix sphinx indentation
      
      * expose feature_extraction
      
      * add maskrcnn example
      
      * add api refernce subheading
      
      * address latest review notes, refactor names, fix regex, cosmetics
      
      * Add back efficientnet to models
      
      * fix tests for effnet
      
      * fix linting issue
      
      * fix test tracer kwargs
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      72d650ae
    • SamuelGabriel's avatar
      Integration of TrivialAugment with the current AutoAugment Code (#4221) · 446b2ca5
      SamuelGabriel authored
      
      
      * Initial Proposal
      
      * Tensor Save Test + Test Name Fix
      
      * Formatting + removing unused argument
      
      * fix old argument
      
      * fix isnan check error + indexing error with jit
      
      * Fix Flake8 error.
      
      * Fix MyPy error.
      
      * Fix Flake8 error.
      
      * Fix PyTorch JIT error in UnitTests due to type annotation.
      
      * Fixing tests.
      
      * Removing type ignore.
      
      * Adding support of ta_wide in references.
      
      * Move methods in classes.
      
      * Moving new classes to the bottom.
      
      * Specialize to TA to TAwide
      
      * Add missing type
      
      * Fixing lint
      
      * Fix doc
      
      * Fix search space of TrivialAugment.
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      Co-authored-by: default avatarVasilis Vryniotis <vvryniotis@fb.com>
      446b2ca5
  2. 02 Sep, 2021 1 commit
  3. 27 Aug, 2021 1 commit
  4. 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
  5. 23 Aug, 2021 1 commit
  6. 20 Aug, 2021 1 commit
  7. 19 Aug, 2021 1 commit
  8. 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
  9. 17 Aug, 2021 1 commit
  10. 16 Aug, 2021 1 commit
  11. 12 Aug, 2021 1 commit
  12. 06 Aug, 2021 2 commits
  13. 04 Aug, 2021 2 commits
  14. 02 Aug, 2021 1 commit
  15. 28 Jul, 2021 2 commits
  16. 27 Jul, 2021 1 commit
  17. 26 Jul, 2021 1 commit
  18. 25 Jul, 2021 1 commit
  19. 22 Jul, 2021 2 commits
  20. 16 Jul, 2021 1 commit
  21. 14 Jul, 2021 1 commit
  22. 12 Jul, 2021 3 commits
  23. 01 Jul, 2021 1 commit
  24. 28 Jun, 2021 2 commits
  25. 25 Jun, 2021 2 commits
  26. 23 Jun, 2021 3 commits
  27. 21 Jun, 2021 1 commit
  28. 17 Jun, 2021 1 commit