forked from mindspore-Ecosystem/mindspore
fix doc problems
This commit is contained in:
parent
e49cd12d92
commit
89b797ae86
|
@ -170,7 +170,7 @@ class _BatchNorm(Cell):
|
|||
@constexpr
|
||||
def _channel_check(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):
|
||||
r"""
|
||||
|
|
Loading…
Reference in New Issue