Skip to content

Commit

Permalink
Fix: model code comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyeonYoon committed Dec 19, 2024
1 parent 208a42b commit 17a72af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/models/facial_recognition/Facenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self):

class FaceNet512dClient(FacialRecognition):
"""
FaceNet-1512d model class
FaceNet-512d model class
"""

def __init__(self):
Expand Down

0 comments on commit 17a72af

Please sign in to comment.