Change the groups in the comment to 1049089.

gangliao-patch-1
hedaoyuan 8 years ago
parent 1ed31b4e4e
commit 9c47c42ad1

@ -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 {

Loading…
Cancel
Save