mmpretrain/docs
Ma Zerun 2932f9d8a3
[Refactor] Refator ViT (Continue #295) (#395)
* [Squash] Refator ViT (from #295)

* Use base variable to simplify auto_aug setting

* Use common PatchEmbed, remove HybridEmbed and refactor ViT init
structure.

* Add `output_cls_token` option and change the output format of ViT and
input format of ViT head.

* Update unit tests and add test for `output_cls_token`.

* Support out_indices.

* Standardize config files

* Support resize position embedding.

* Add readme file of vit

* Rename config file

* Improve docs about ViT.

* Update docstring

* Use local version `MultiheadAttention` instead of mmcv version.

* Fix MultiheadAttention

* Support `qk_scale` argument in `MultiheadAttention`

* Improve docs and change `layer_cfg` to `layer_cfgs` and support
sequence.

* Use init_cfg to init Linear layer in VisionTransformerHead

* update metafile

* Update checkpoints and configs

* Imporve docstring.

* Update README

* Revert GAP modification.
2021-10-18 16:07:00 +08:00
..
_static [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
community [Docs] Update `getting_started.md` and `install.md` and rewrite `finetune.md` (#466) 2021-09-28 18:05:50 +08:00
imgs [Docs] Update QQ group QR code. (#393) 2021-08-05 17:51:53 +08:00
tools [Tool] Add a tool to test TorchServe. (#468) 2021-10-14 17:56:32 +08:00
tutorials [Docs] Add code-spell pre-commit hook and fix a large mount of typos. (#470) 2021-10-13 14:33:07 +08:00
Makefile add modelzoo statistics (#119) 2020-12-25 17:17:43 +08:00
api.rst [Docs] Use PyTorch style docs theme (#457) 2021-09-23 22:21:03 +08:00
changelog.md [Docs] Add code-spell pre-commit hook and fix a large mount of typos. (#470) 2021-10-13 14:33:07 +08:00
conf.py [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
getting_started.md [Docs] Update `getting_started.md` and `install.md` and rewrite `finetune.md` (#466) 2021-09-28 18:05:50 +08:00
index.rst [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00
install.md [Docs] Add code-spell pre-commit hook and fix a large mount of typos. (#470) 2021-10-13 14:33:07 +08:00
model_zoo.md [Refactor] Refator ViT (Continue #295) (#395) 2021-10-18 16:07:00 +08:00
stat.py [Docs] Add model-pages in Model Zoo (#480) 2021-10-14 15:26:47 +08:00