1. 10 Jan, 2022 1 commit
  2. 06 Jan, 2022 2 commits
  3. 05 Jan, 2022 1 commit
    • Yiwen Song's avatar
      Adding pretrained ViT weights (#5085) · df628c49
      Yiwen Song authored
      * Adding pretrained ViT weights
      
      * Adding recipe as part of meta
      
      * update checkpoints using best ema results
      
      * Fix handle_legacy_interface and update recipe url
      
      * Update README
      df628c49
  4. 16 Dec, 2021 1 commit
  5. 09 Dec, 2021 2 commits
  6. 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
  7. 29 Nov, 2021 1 commit
  8. 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