Skip to content

Commit

Permalink
main code
Browse files Browse the repository at this point in the history
fix #855
  • Loading branch information
WongKinYiu authored Sep 28, 2022
1 parent 55b90e1 commit 8035ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def forward(self, x):


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
Expand Down

0 comments on commit 8035ee6

Please sign in to comment.