mmpretrain/mmcls/models/heads
Ma Zerun 19cfb25e5e
Use parameter default value to control default behavior of init_cfg in (#319)
`LinearClsHead` and `MultiLabelLinearClsHead`

And remove the verbose `_init_layers` method of `LinearClsHead` and
`MultiLabelLinearClsHead`.
2021-06-30 19:13:27 +08:00
..
__init__.py Fix Mobilenetv3 structure and add pretrained model (#291) 2021-06-27 23:19:36 +08:00
base_head.py [Feature]Delete comments (#298) 2021-06-12 21:45:22 +08:00
cls_head.py [Fix] Build compatible with low pytorch versions (#301) 2021-06-14 23:25:35 +08:00
linear_head.py Use parameter default value to control default behavior of init_cfg in (#319) 2021-06-30 19:13:27 +08:00
multi_label_head.py [Fix] Build compatible with low pytorch versions (#301) 2021-06-14 23:25:35 +08:00
multi_label_linear_head.py Use parameter default value to control default behavior of init_cfg in (#319) 2021-06-30 19:13:27 +08:00
stacked_head.py Fix Mobilenetv3 structure and add pretrained model (#291) 2021-06-27 23:19:36 +08:00
vision_transformer_head.py [Fix] Build compatible with low pytorch versions (#301) 2021-06-14 23:25:35 +08:00