提交 141a323c 编写于 作者: S sweetsky0901

fix a bug

上级 0c444686
...@@ -29,7 +29,7 @@ class SppOpMaker : public framework::OpProtoAndCheckerMaker { ...@@ -29,7 +29,7 @@ class SppOpMaker : public framework::OpProtoAndCheckerMaker {
"(Tensor) The output tensor of spp operator." "(Tensor) The output tensor of spp operator."
"N * M." "N * M."
"M = C * H * W"); "M = C * H * W");
AddAttr<int>("pyramid_height", "int", "multi level pooling"); AddAttr<int>("pyramid_height", "(int), multi level pooling");
AddComment(R"DOC( AddComment(R"DOC(
"Does spatial pyramid pooling on the input image by taking the max, "Does spatial pyramid pooling on the input image by taking the max,
etc. within regions so that the result vector of different sized etc. within regions so that the result vector of different sized
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册