mmsegmentation/tests/test_models
谢昕辰 737544f1c5
add configs for vit backbone plus decode_heads (#520)
* add config

* add cityscapes config

* add default value to docstring

* fix lint

* add deit-s and deit-b

* add readme

* add eps at norm_cfg

* add drop_path_rate experiment

* add deit case at init_weight

* add upernet result

* update result and add upernet 160k config

* update upernet result and fix settings

* Update iters number

* update result and delete some configs

* fix import error

* fix drop_path_rate

* update result and restore config

* update benchmark result

* remove cityscapes exp

* remove neck

* neck exp

* add more configs

* fix init error

* fix ffn setting

* update result

* update results

* update result

* update results and fill table

* delete or rename configs

* fix link delimiter

* rename configs and fix link

* rename neck to mln
2021-07-01 23:00:39 +08:00
..
test_backbones [Fix] Fix some vit init bugs (#609) 2021-06-19 15:53:13 -07:00
test_heads [Fix] Add setr & vit msg. (#635) 2021-06-23 22:25:06 -07:00
test_losses [Enhance] Support reading class_weight from file in loss functions to help MMDet3D (#513) 2021-04-29 01:04:15 -07:00
test_necks add configs for vit backbone plus decode_heads (#520) 2021-07-01 23:00:39 +08:00
test_segmentors refactor test organization (#440) 2021-03-30 17:55:09 -07:00
__init__.py refactor test organization (#440) 2021-03-30 17:55:09 -07:00
test_forward.py [Refactor]: Unified parameter initialization (#567) 2021-06-16 21:41:29 -07:00