提交 94ca8f21 编写于 作者: W wangmeng28

Make the default layer type for separable conv is exconv

上级 126d274e
......@@ -447,7 +447,7 @@ def img_separable_conv(input,
bias_attr=None,
param_attr=None,
shared_bias=True,
layer_type=None,
layer_type='exconv',
name=None):
"""
Separable Convolution.
......@@ -510,8 +510,7 @@ def img_separable_conv(input,
act=act,
bias_attr=bias_attr,
param_attr=param_attr,
shared_biases=shared_bias,
layer_type=layer_type)
shared_biases=shared_bias)
return __pointwise_conv__
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册