mirror of https://github.com/WongKinYiu/yolov7.git
parent
55b90e1119
commit
8035ee6db9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue