1. 09 Dec, 2021 6 commits
  2. 08 Dec, 2021 8 commits
  3. 07 Dec, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Adding logging calls for raft and vit (#5044) · 47bd9620
      Vasilis Vryniotis authored
      * Adding logging calls for raft and vit
      
      * Linter fix
      47bd9620
    • Philip Meier's avatar
      simplify model builders (#5001) · 588e9b5e
      Philip Meier authored
      
      
      * simplify model builders
      
      * cleanup
      
      * refactor kwonly to pos or kw handling
      
      * put weight verification back
      
      * revert num categories checks
      
      * fix default weights
      
      * cleanup
      
      * remove manual parameter map
      
      * refactor decorator interface
      
      * address review comments
      
      * cleanup
      
      * refactor callable default
      
      * fix type annotation
      
      * process ungrouped models
      
      * cleanup
      
      * mroe cleanup
      
      * use decorator for detection models
      
      * add decorator for quantization models
      
      * add decorator for segmentation  models
      
      * add decorator for video  models
      
      * remove old helpers
      
      * fix resnet50
      
      * Adding verification back on InceptionV3
      
      * Add kwargs in DeeplabeV3
      
      * Add kwargs on FCN
      
      * Fix typing on Deeplab
      
      * Fix typing on FCN
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      588e9b5e
  4. 06 Dec, 2021 1 commit
  5. 05 Dec, 2021 1 commit
  6. 03 Dec, 2021 1 commit
  7. 02 Dec, 2021 2 commits
  8. 01 Dec, 2021 3 commits
  9. 30 Nov, 2021 4 commits
  10. 29 Nov, 2021 4 commits
  11. 27 Nov, 2021 1 commit
    • Yiwen Song's avatar
      Adding ViT to torchvision/models (#4594) · 47281bbf
      Yiwen Song authored
      
      
      * [vit] Adding ViT to torchvision/models
      
      * adding pre-logits layer + resolving comments
      
      * Fix the model attribute bug
      
      * Change version to arch
      
      * fix failing unittests
      
      * remove useless prints
      
      * reduce input size to fix unittests
      
      * Increase windows-cpu executor to 2xlarge
      
      * Use `batch_first=True` and remove classifier
      
      * Change resource_class back to xlarge
      
      * Remove vit_h_14
      
      * Remove vit_h_14 from __all__
      
      * Move vision_transformer.py into prototype
      
      * Fix formatting issue
      
      * remove arch in builder
      
      * Fix type err in model builder
      
      * address comments and trigger unittests
      
      * remove the prototype import in torchvision.models
      
      * Adding vit back to models to trigger CircleCI test
      
      * fix test_jit_forward_backward
      
      * Move all to prototype.
      
      * Adopt new helper methods and fix prototype tests.
      
      * Remove unused import.
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      Co-authored-by: default avatarVasilis Vryniotis <vvryniotis@fb.com>
      47281bbf
  12. 26 Nov, 2021 1 commit
  13. 25 Nov, 2021 1 commit
    • Vasilis Vryniotis's avatar
      More Multiweight support cleanups (#4948) · 18cf5ab1
      Vasilis Vryniotis authored
      * Updated the link for densenet recipe.
      
      * Set default value of `num_classes` and `num_keypoints` to `None`
      
      * Provide helper methods for parameter checks to reduce duplicate code.
      
      * Throw errors on silent config overwrites from weight meta-data and legacy builders.
      
      * Changing order of arguments + fixing mypy.
      
      * Make the builders fully BC.
      
      * Add "default" weights support that returns always the best weights.
      18cf5ab1
  14. 23 Nov, 2021 1 commit
  15. 22 Nov, 2021 4 commits