!5476 fix pylint warning

Merge pull request !5476 from TuDouNi/r0.5
This commit is contained in:
mindspore-ci-bot 2020-08-29 14:20:01 +08:00 committed by Gitee
commit 47026a721f
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ class KaimingInit(init.Initializer):
self.mode = mode
self.gain = _calculate_gain(nonlinearity, a)
def _initialize(self, arr):
pass
class KaimingUniform(KaimingInit):
r"""