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

Make the default layer type for separable conv is exconv

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