Kin-Yiu, Wong 2022-09-28 16:58:35 +08:00 committed by GitHub
parent fb797838bb
commit 4ebeeca405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,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