Commit 80a7d491 by Pariksheet Pinjari Committed by Tianqi Chen

Documentation error fixed (#1337)

Updated documentation error
parent bb7df695
...@@ -69,14 +69,14 @@ def pool(data, ...@@ -69,14 +69,14 @@ def pool(data,
stride : list/tuple of two ints stride : list/tuple of two ints
Stride size, [stride_height, stride_width] Stride size, [stride_height, stride_width]
paddding : list/tuple of two ints padding : list/tuple of two ints
Pad size, [pad_height, pad_width] Pad size, [pad_height, pad_width]
pool_type : str pool_type : str
Pool type, 'max' or 'avg' Pool type, 'max' or 'avg'
ceil_mode : bool ceil_mode : bool
Whether to use ceil when caculate output size. Whether to use ceil when calculating output size.
layout: string layout: string
Layout of the input data. Layout of the input data.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment