提交 89b797ae 编写于 作者: Z zhaojichen

fix doc problems

上级 e49cd12d
...@@ -170,7 +170,7 @@ class _BatchNorm(Cell): ...@@ -170,7 +170,7 @@ class _BatchNorm(Cell):
@constexpr @constexpr
def _channel_check(channel, num_channel): def _channel_check(channel, num_channel):
if channel != num_channel: if channel != num_channel:
raise ValueError("the input channel is not equal with num_channels") raise ValueError("the input channel is not equal with num_channel")
class BatchNorm1d(_BatchNorm): class BatchNorm1d(_BatchNorm):
r""" r"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册