mmsegmentation/tests
Rockey 7a1c9a5499
[Fix] Fix the bug that vit cannot load pretrain properly when using i… (#999)
* [Fix] Fix the bug that vit cannot load pretrain properly when using init_cfg to specify the pretrain scheme

* [Fix] fix the coverage problem

* Update mmseg/models/backbones/vit.py

Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>

* [Fix] make the predicate more concise and clearer

* [Fix] Modified the judgement logic

* Update tests/test_models/test_backbones/test_vit.py

Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>

* add comments

Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2021-11-03 10:36:09 -07:00
..
data [Refactor] Support progressive test with fewer memory cost (#709) 2021-08-19 20:44:58 -07:00
test_apis [Refactor] Support progressive test with fewer memory cost (#709) 2021-08-19 20:44:58 -07:00
test_data [Fix] Fix bug when loading class name form file in custom dataset (#923) 2021-10-08 01:06:18 +08:00
test_models [Fix] Fix the bug that vit cannot load pretrain properly when using i… (#999) 2021-11-03 10:36:09 -07:00
__init__.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_config.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_digit_version.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_eval_hook.py [Refactor] Support progressive test with fewer memory cost (#709) 2021-08-19 20:44:58 -07:00
test_inference.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_metrics.py [Dcos] Add header for files (#796) 2021-08-16 23:16:55 -07:00
test_sampler.py [Fix] Change `self.loss_decode` back to `dict` in Single Loss situation. (#1002) 2021-11-01 15:28:37 +08:00