From 9c47c42ad1953e2fbe89ff234c3d35494b5b751a Mon Sep 17 00:00:00 2001 From: hedaoyuan Date: Mon, 19 Jun 2017 15:03:01 +0800 Subject: [PATCH] Change the groups in the comment to 1049089. --- paddle/function/ConvOp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/paddle/function/ConvOp.h b/paddle/function/ConvOp.h index b87808915..65b9d1d53 100644 --- a/paddle/function/ConvOp.h +++ b/paddle/function/ConvOp.h @@ -50,9 +50,9 @@ namespace paddle { * image channels, C is the number of input image channels, * H and W is height and width of filter. * - * If groups is greater than 1, the filter's data format should be GMCHW, - * where G is the groups, and G * M is the number of output image channels, - * G * C is the number of input image channels, + * If `groups` is greater than 1, the filter's data format should be GMCHW, + * where G is the `groups`, and G * M is the number of output image + * channels, G * C is the number of input image channels, * H and W is height and width of filter. */ class ConvFunctionBase : public FunctionBase { -- GitLab