提交 c06d8d21 编写于 作者: G gaoyuan

Assert cross_channel_norm's input filters

上级 8c2d1bad
......@@ -1023,6 +1023,7 @@ def cross_channel_norm_layer(input, name=None, param_attr=None):
:type param_attr: ParameterAttribute
:return: LayerOutput
"""
assert input.num_filters is not None
Layer(
name=name,
type=LayerType.NORM_LAYER,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册