Skip to content
Snippets Groups Projects
Commit 80a7d491 authored by Pariksheet Pinjari's avatar Pariksheet Pinjari Committed by Tianqi Chen
Browse files

Documentation error fixed (#1337)

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