Kin-Yiu, Wong 2022-09-28 17:01:55 +08:00 committed by GitHub
parent d05e8ba88d
commit 88e9436bec
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