diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html index caeb12e69487f1d9014ed3978cca0f155308597c..0e6600c59a5d70af7d824b0d6a1122d98abc6702 100644 --- a/develop/doc/api/v2/config/layer.html +++ b/develop/doc/api/v2/config/layer.html @@ -740,6 +740,13 @@ The details please refer to

So groups should be larger than 1, and the num of channels should be able to devided by groups.

+
+\[y_{si+j} = \max_k x_{gsi + sk + j} +g = groups +s = input.size / num_channels +0 \le i < num_channels / groups +0 \le j < s +0 \le k < groups\]
Please refer to Paper:

So groups should be larger than 1, and the num of channels should be able to devided by groups.

+
+\[y_{si+j} = \max_k x_{gsi + sk + j} +g = groups +s = input.size / num_channels +0 \le i < num_channels / groups +0 \le j < s +0 \le k < groups\]
Please refer to Paper: