Browse Source

fix doc problems

tags/v0.3.0-alpha
zhaojichen 5 years ago
parent
commit
89b797ae86
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/nn/layer/normalization.py

+ 1
- 1
mindspore/nn/layer/normalization.py View File

@@ -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…
Cancel
Save