From 2c03016a78aa2d4417672194367c490efc399e14 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 7 Jul 2017 12:36:54 +0000 Subject: [PATCH] Deploy to GitHub Pages: f9aba446104431a2ff56d02a1e6087785cd26392 --- develop/doc/api/v2/config/layer.html | 7 +++++++ develop/doc_cn/api/v2/config/layer.html | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/develop/doc/api/v2/config/layer.html b/develop/doc/api/v2/config/layer.html index caeb12e694..0e6600c59a 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:
    diff --git a/develop/doc_cn/api/v2/config/layer.html b/develop/doc_cn/api/v2/config/layer.html index 55e69de151..b8da474b0e 100644 --- a/develop/doc_cn/api/v2/config/layer.html +++ b/develop/doc_cn/api/v2/config/layer.html @@ -745,6 +745,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:
    -- GitLab