diff --git a/doc/fluid/api_guides/low_level/layers/pooling.md b/doc/fluid/api_guides/low_level/layers/pooling.md index 4a3f492713d3deb52a7339b4b1a9c4501966f309..66417b3e2101b5bf40a38ac27635c4ec3e7065d5 100644 --- a/doc/fluid/api_guides/low_level/layers/pooling.md +++ b/doc/fluid/api_guides/low_level/layers/pooling.md @@ -2,6 +2,7 @@ 减小输出大小 和 降低过拟合。降低过拟合是减小输出大小的结果,它同样也减少了后续层中的参数的数量 + *** ##`sequence_pool` `sequence_pool`是一个用作进行序列池化的接口,他将每一个实例的全部time-step的特征进行池化,通常用在输入的上层。 @@ -18,4 +19,4 @@ ## `roi_pool` -`roi_pool`是一个在`Fast R-CNN`中使用,用来从最后一个`feature map`中提取`ROI`(Region Of Interest)的特征图的池化接口。 \ No newline at end of file +`roi_pool`是一个在`Fast R-CNN`中使用,用来从最后一个`feature map`中提取`ROI`(Region Of Interest)的特征图的池化接口。