Skip to content

Commit

Permalink
[AVG POOL] typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srkreddy1238 committed Jul 2, 2018
1 parent b75e5ba commit 690ca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnvm/include/nnvm/top/nn.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ struct AvgPool2DParam : public dmlc::Parameter<AvgPool2DParam> {
DMLC_DECLARE_FIELD(padding).set_default(TShape({0, 0}))
.describe("If padding is non-zero, then the input is implicitly zero-padded"
"on both sides for padding number of points"
"Supports asymmetric padding as (pad_top, pad_left, pad_bottom, pad_height)");
"Supports asymmetric padding as (pad_top, pad_left, pad_bottom, pad_right)");
DMLC_DECLARE_FIELD(layout).set_default("NCHW")
.describe("Dimension ordering of data and weight. Can be 'NCHW', 'NHWC', etc."
"'N', 'C', 'H', 'W' stands for batch, channel, height, and width"
Expand Down

0 comments on commit 690ca55

Please sign in to comment.