提交 1f64955b 编写于 作者: W wuzewu

Add PSPNet doc

上级 42a53f09
......@@ -5,11 +5,12 @@ MODEL Group存放所有和模型相关的配置,该Group还包含三个子Grou
* [DeepLabv3p](./model_deeplabv3p_group.md)
* [UNet](./model_unet_group.md)
* [ICNet](./model_icnet_group.md)
* [PSPNet](./model_pspnet_group.md)
* [HRNet](./model_hrnet_group.md)
## `MODEL_NAME`
所选模型,支持`deeplabv3p` `unet` `icnet` `hrnet`种模型
所选模型,支持`deeplabv3p` `unet` `icnet` `pspnet` `hrnet`种模型
### 默认值
......@@ -20,7 +21,7 @@ MODEL Group存放所有和模型相关的配置,该Group还包含三个子Grou
## `DEFAULT_NORM_TYPE`
模型所用norm类型,支持`bn` [`gn`]()
模型所用norm类型,支持`bn` `gn`
### 默认值
......@@ -111,4 +112,3 @@ loss = 1.0 * loss1 + 0.4 * loss2 + 0.16 * loss3
<br/>
<br/>
# cfg.MODEL.PSPNET
MODEL.PSPNET 子Group存放所有和PSPNet模型相关的配置
## `DEPTH_MULTIPER`
Resnet backbone的depth multiper
### 默认值
1
<br/>
<br/>
## `LAYERS`
ResNet backbone的层数,支持`18` `34` `50` `101` `152`等五种
### 默认值
50
<br/>
<br/>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册