mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-05 20:42:11 -07:00
reduced chance of "The paging file is too small for this operation to complete."
This commit is contained in:
parent
61f93063b2
commit
1e003170bd
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ from numpy import linalg as npla
|
|||
|
||||
from core import imagelib, mathlib, pathex
|
||||
from core.cv2ex import *
|
||||
from core.imagelib import estimate_sharpness
|
||||
from core.imagelib.estimate_sharpness import estimate_sharpness
|
||||
from core.interact import interact as io
|
||||
from core.joblib import Subprocessor
|
||||
from core.leras import nn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue