mmsegmentation/tests/test_models/test_backbones
谢昕辰 f6246d6eaa [Fix] fix patch_embed and pos_embed mismatch error (#685)
* fix patch_embed and pos_embed mismatch error

* add docstring

* update unittest

* use downsampled image shape

* use tuple

* remove unused parameters and add doc

* fix init weights function

* revise docstring

* Update vit.py

If -> Whether

* fix lint

Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-07-19 09:27:10 -07:00
..
__init__.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_blocks.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_cgnet.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_fast_scnn.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_mobilenet_v3.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_resnest.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_resnet.py [Refactor]: Unified parameter initialization (#567) 2021-06-16 21:41:29 -07:00
test_resnext.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_swin.py [WIP] Add Swin Transformer (#511) 2021-07-01 23:41:55 +08:00
test_unet.py [Refactor]: Unified parameter initialization (#567) 2021-06-16 21:41:29 -07:00
test_vit.py [Fix] fix patch_embed and pos_embed mismatch error (#685) 2021-07-19 09:27:10 -07:00
utils.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00