1. 27 Apr, 2022 5 commits
    • Nicolas Hug's avatar
      Add revamped docs for video classification models (#5894) · f0148413
      Nicolas Hug authored
      * Add revamped docs for video classification models
      
      * EOL
      f0148413
    • F-G Fernandez's avatar
      docs: Added MobileNetV2 to the new doc (#5899) · 36c46357
      F-G Fernandez authored
      
      
      * docs: Added entry for MobileNet V2 in new doc
      
      * docs: Updated MobileNetV2 docstring
      
      * docs: Fixed docstring
      Co-authored-by: default avatarFG Fernandez <–26927750+frgfm@users.noreply.github.com>
      36c46357
    • Hu Ye's avatar
      Adding Swin Transformer architecture (#5491) · e288f6ca
      Hu Ye authored
      
      
      * add swin transformer
      
      * Update swin_transformer.py
      
      * Update swin_transformer.py
      
      * fix lint
      
      * fix lint
      
      * refactor code
      
      * add swin_transformer
      
      * Update swin_transformer.py
      
      * fix bug
      
      * refactor code
      
      * fix lint
      
      * update init_weights
      
      * move shift_window into attention
      
      * refactor code
      
      * fix bug
      
      * Update swin_transformer.py
      
      * Update swin_transformer.py
      
      * fix lint
      
      * add patch_merge
      
      * fix bug
      
      * Update swin_transformer.py
      
      * Update swin_transformer.py
      
      * Update swin_transformer.py
      
      * refactor code
      
      * Update swin_transformer.py
      
      * refactor code
      
      * fix lint
      
      * refactor code
      
      * add swin_tiny
      
      * add swin_tiny.pkl
      
      * fix lint
      
      * Delete ModelTester.test_swin_tiny_expect.pkl
      
      * add swin_tiny
      
      * add
      
      * add Optional to bias
      
      * update init weights
      
      * update init_weights and add no weight decay
      
      * add no weight decay
      
      * add set_weight_decay
      
      * add set_weight_decay
      
      * fix lint
      
      * fix lint
      
      * add lr_cos_min
      
      * add other swin models
      
      * Update torchvision/models/swin_transformer.py
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      
      * refactor doc
      
      * Update utils.py
      
      * Update train.py
      
      * Update train.py
      
      * Update swin_transformer.py
      
      * update model builder
      
      * fix lint
      
      * add
      
      * Update torchvision/models/swin_transformer.py
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      
      * Update torchvision/models/swin_transformer.py
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      
      * update other model
      
      * simplify the model name just like ViT
      
      * add lr_cos_min
      
      * fix lint
      
      * fix lint
      
      * Update swin_transformer.py
      
      * Update swin_transformer.py
      
      * Update swin_transformer.py
      
      * Delete ModelTester.test_swin_tiny_expect.pkl
      
      * add swin_t
      
      * refactor code
      
      * Update train.py
      
      * add swin_s
      
      * ignore a error of mypy
      
      * Update swin_transformer.py
      
      * fix lint
      
      * add swin_b
      
      * add swin_l
      
      * refactor code
      
      * Update train.py
      
      * move relative_position_bias to __init__
      
      * fix formatting
      
      * Revert "fix formatting"
      
      This reverts commit 41faba232668f7ac4273a0cf632c0d0130c7ce9c.
      
      * Revert "move relative_position_bias to __init__"
      
      This reverts commit f0615440bf18617dc0e5dc4839bd5ed27e5ed010.
      
      * refactor code
      
      * Remove deprecated meta-data from `_COMMON_META`
      
      * fix linter
      
      * add pretrained weights for swin_t
      
      * fix format
      
      * apply ufmt
      
      * add documentation
      
      * update references README
      
      * adding new style docs
      
      * update pre-trained weights values
      
      * remove other variants
      
      * fix typo
      
      * Remove expect for the variants not yet supported
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      Co-authored-by: default avatarJoao Gomes <jdsgomes@fb.com>
      e288f6ca
    • Yassine Alouini's avatar
      AlexNet New Documentation. (#5886) · 79703b26
      Yassine Alouini authored
      
      
      * [DOC] Add alexnet new documentation.
      
      * [FIX] Fix wrong alexnet header.
      
      * [FIX] Fix the AlexNet paper link.
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      79703b26
    • Nicolas Hug's avatar
      413b7103
  2. 26 Apr, 2022 3 commits
  3. 25 Apr, 2022 4 commits
  4. 22 Apr, 2022 1 commit
    • YosuaMichael's avatar
      Adding revamp docs for vision_transformers and regnet (#5856) · ca265374
      YosuaMichael authored
      * Add docs for regnet, still need to update the comment docs on models
      
      * Fix a little typo on .rst file
      
      * Update regnet docstring
      
      * Add vision_transformer docs, and fix typo on regnet docs
      
      * Update docstring to make sure it does not exceed 120 chars per line
      
      * Improve formatting
      
      * Change the new line location for vision_transformer docstring
      ca265374
  5. 19 Apr, 2022 2 commits