Hi all!
I am starting with deepfacelab and I really don’t know what i am doing yet! I have a model trained with more than 500K iterations using train quick96 but now when I hit mergeQuick96 i get all kinds of import and mempory errors. I tried several times and have been days searching for the whole internet with no luck.
I have lots of lines similar to this:
File “<frozen importlib._bootstrap>”, line 955, in _find_and_load_unlocked
File “<frozen importlib._bootstrap>”, line 656, in _load_unlocked
raise ImportError(msg)
But where it seems to be the main problem and the “solution” is here:
MemoryError
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.6 from “D:\deepfakeLab\_internal\python-3.6.8\python.exe”
* The NumPy version is: “1.19.3”
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: DLL load failed: The paging file is too small for this operation to complete.
MemoryError
File “<frozen importlib._bootstrap>”, line 441, in spec_from_loader
File “<frozen importlib._bootstrap_external>”, line 544, in spec_from_file_location
File “<frozen importlib._bootstrap_external>”, line 1157, in find_spec
File “<frozen importlib._bootstrap>”, line 656, in _load_unlocked
File “<frozen importlib._bootstrap>”, line 626, in _load_backward_compatible
ImportError:
I have visited the webpage and read the instructions but I cant figure it out. is there something that i am missing here?
Thanks in advance.
Javi.