You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by "Xue Wanqi (JIRA)" <ji...@apache.org> on 2018/08/20 08:24:00 UTC

[jira] [Created] (SINGA-391) Support Grouped Convolution and Implement Separable Convolution layer

Xue Wanqi created SINGA-391:
-------------------------------

             Summary: Support Grouped Convolution and Implement Separable Convolution layer
                 Key: SINGA-391
                 URL: https://issues.apache.org/jira/browse/SINGA-391
             Project: Singa
          Issue Type: New Feature
            Reporter: Xue Wanqi


The former Conv2d layer connot support Grouped Convolution, which make it difficult to realize some networks like inception net, xception net.

In this ticket, i will let Conv2d layer support Grouped convolution. and implement separable_conv2d which is the basic module in xception net by calling conv2d. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)