mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-17 14:26:08 +00:00
fixed bugs
This commit is contained in:
@@ -86,7 +86,7 @@ class GDC(Module):
|
||||
|
||||
|
||||
class MobileFaceNet(Module):
|
||||
def __init__(self, fp16=False, scale=1, num_features=512):
|
||||
def __init__(self, fp16=False, num_features=512):
|
||||
super(MobileFaceNet, self).__init__()
|
||||
self.fp16 = fp16
|
||||
self.layers = nn.Sequential(
|
||||
|
||||
Reference in New Issue
Block a user