mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-11 07:37:03 -07:00
fix S3FD for plaidML, fix S3FD warnings on Lambda layers.
This commit is contained in:
parent
338a8fccc6
commit
893354b870
2 changed files with 1 additions and 1 deletions
BIN
facelib/S3FD.h5
BIN
facelib/S3FD.h5
Binary file not shown.
|
@ -213,7 +213,7 @@ class ExtractSubprocessor(Subprocessor):
|
||||||
cpu_only = True
|
cpu_only = True
|
||||||
|
|
||||||
if not cpu_only and (type == 'rects' or type == 'landmarks'):
|
if not cpu_only and (type == 'rects' or type == 'landmarks'):
|
||||||
if type == 'rects' and (self.detector == 'mt' or self.detector == 's3fd') and nnlib.device.backend == "plaidML":
|
if type == 'rects' and (self.detector == 'mt') and nnlib.device.backend == "plaidML":
|
||||||
cpu_only = True
|
cpu_only = True
|
||||||
else:
|
else:
|
||||||
if multi_gpu:
|
if multi_gpu:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue