DeepFaceLab icon indicating copy to clipboard operation
DeepFaceLab copied to clipboard

Out of ram i guess

Open BestChessPlayerintheRoom opened this issue 4 years ago • 3 comments

i have 3090 and old ddr3 8gb ram, every time i trying to run saehd training i get some error about memory allocation, now i tried to run quick96 and get this error, is 8gb ram is not enough ?

/!\ Exception occured in cv2_imread : Traceback (most recent call last): File "D:\Movies\DeepFaceLab\DeepFaceLab_NVIDIA_RTX3000_series_internal\DeepFaceLab\core\cv2ex.py", line 19, in cv2_imread return cv2.imdecode(numpyarray, flags) cv2.error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\core\src\alloc.cpp:55: error: (-4:Insufficient memory) Failed to allocate 6750000 bytes in function 'cv::OutOfMemoryError'

Enable paging file and send model settings you used

Cioscos avatar Oct 03 '21 08:10 Cioscos

Did you ever find the answer? If so, would you mind sharing it and closing this issue?

joolstorrentecalo avatar Jun 08 '23 22:06 joolstorrentecalo

Try lowering the worker count when you get prompt for it. I get OOM on 16 workers, but works with 8.

nitely avatar Aug 14 '23 00:08 nitely