提交 030a3db2 编写于 作者: X xzl

the groups default should be None

上级 ccd46d1b
7 合并请求!11636[IMPORTANT] MKLDNN layout: Support for sum operator,!8482Release/0.11.0,!8190Release/0.11.0,!8189Release/0.11.0,!6633给线性回归的get-started代码加上了预测的示例~~,!4615Feature/tensor array add python binding,!2776Mobilenet gpu implementation
......@@ -2269,7 +2269,7 @@ def img_depthwise_conv_layer(input,
name=None,
num_channels=None,
act=None,
groups=1,
groups=None,
stride=1,
padding=0,
bias_attr=None,
......@@ -2286,6 +2286,8 @@ def img_depthwise_conv_layer(input,
assert input.num_filters is not None
num_channels = input.num_filters
groups = num_channels
if filter_size_y is None:
if isinstance(filter_size, collections.Sequence):
assert len(filter_size) == 2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部