We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c774ca4 + 8a71218 commit d7202cfCopy full SHA for d7202cf
deepface/basemodels/GhostFaceNet.py
@@ -85,7 +85,7 @@ def load_model():
85
output = home + "/.deepface/weights/ghostfacenet_v1.h5"
86
87
if os.path.isfile(output) is not True:
88
- logger.info("Pre-trained weights is downloaded from {PRETRAINED_WEIGHTS} to {output}")
+ logger.info(f"Pre-trained weights is downloaded from {PRETRAINED_WEIGHTS} to {output}")
89
gdown.download(PRETRAINED_WEIGHTS, output, quiet=False)
90
logger.info(f"Pre-trained weights is just downloaded to {output}")
91
0 commit comments