Kin-Yiu, Wong 2022-09-28 16:56:31 +08:00 committed by GitHub
parent 55b90e1119
commit 8035ee6db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ class ImplicitA(nn.Module):
class ImplicitM(nn.Module):
def __init__(self, channel, mean=0., std=.02):
def __init__(self, channel, mean=1., std=.02):
super(ImplicitM, self).__init__()
self.channel = channel
self.mean = mean