mmsegmentation/mmseg/models/utils
sennnnn 0c4c3b790d
[Fix] Fix some vit init bugs (#609)
* [Fix] Fix vit init bug

* Add some vit unit tests

* Modify module import

* Fix pretrain weights bug

* Modify pretrained judge

* Add some unit tests to improve code cov

* Optimize code

* Fix vit unit test
2021-06-19 15:53:13 -07:00
..
__init__.py [Refactor] Using mmcv transformer bricks to refactor vit. (#571) 2021-06-17 10:41:25 -07:00
drop.py Adjust vision transformer backbone architectures (#524) 2021-04-30 10:37:47 -07:00
inverted_residual.py Fix typo: upsampe_cfg -> upsample_cfg (#449) 2021-03-30 09:51:38 -07:00
make_divisible.py [New model] Support MobileNetV3 (#268) 2020-12-26 00:02:50 -08:00
res_layer.py [Refactor]: Unified parameter initialization (#567) 2021-06-16 21:41:29 -07:00
se_layer.py Fix typo: upsampe_cfg -> upsample_cfg (#449) 2021-03-30 09:51:38 -07:00
self_attention_block.py init commit 2020-07-10 02:39:01 +08:00
timm_convert.py [Fix] Fix some vit init bugs (#609) 2021-06-19 15:53:13 -07:00
up_conv_block.py Fix typo: upsampe_cfg -> upsample_cfg (#449) 2021-03-30 09:51:38 -07:00