Skip to content

Commit dfbde28

Browse files
committed
add some code comments for SppLayer
1 parent eaf3dec commit dfbde28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paddle/gserver/layers/SpatialPyramidPoolLayer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ namespace paddle {
2424
* @brief A layer for spatial pyramid pooling on the input image by taking
2525
* the max, average, etc. within regions, so that the result vector of
2626
* different sized images are of the same size.
27+
*
28+
* The config file api is spp_layer.
2729
*/
2830

2931
class SpatialPyramidPoolLayer : public Layer {

0 commit comments

Comments
 (0)