main code

fix https://github.com/WongKinYiu/yolov7/issues/855
This commit is contained in:
Kin-Yiu, Wong
2022-09-28 16:56:31 +08:00
committed by GitHub
parent 55b90e1119
commit 8035ee6db9
+1 -1
View File
@@ -444,7 +444,7 @@ class ImplicitA(nn.Module):
class ImplicitM(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__() super(ImplicitM, self).__init__()
self.channel = channel self.channel = channel
self.mean = mean self.mean = mean