From 9c010146c33e36103735c93b0cc21b3968447f2c Mon Sep 17 00:00:00 2001 From: JiabinYang Date: Thu, 25 Oct 2018 10:45:53 +0000 Subject: [PATCH] test=develop --- python/paddle/fluid/layers/nn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/layers/nn.py b/python/paddle/fluid/layers/nn.py index 6688c0e99f..d3b5f13b57 100644 --- a/python/paddle/fluid/layers/nn.py +++ b/python/paddle/fluid/layers/nn.py @@ -7472,7 +7472,7 @@ def space_to_depth(x, stride, name=None): Args: x(variable): The input LoDtensor. - stride(variable): The stride to space_to_depth + stride(variable): The stride to select the element on each feature map Returns: Variable: The output LoDtensor. -- GitLab